#552e8c

Color #552E8C Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #552E8C

Tints of Kingfisher Daisy #552E8C

Color information

#552E8C (or 0x552E8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 2E and 8C. RGB value is (85,46,140). Sum of RGB (Red+Green+Blue) = 85+46+140=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #552E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552E8C is #AAD173. Grayscale: #444444. Windows color (decimal): -11194740 or 9186901. OLE color: 9186901.

HSL color Cylindrical-coordinate representation of color #552E8C: hue angle of 264.89º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #552E8C is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8546140-
CMYK0.390.6700.45
HSL264.89º50.54%36.47%-
HSV(B)264.89º67.14%54.9%-
XYZ9.465.7825.43-
YUV68.38168.42139.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 46 (18.36% from 255) = 16.97%
BLUE value IS 140 (55.08% from 255) = 51.66%
R=31.37%
G=16.97%
B=51.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85461400.390.6700.45264.8950.5436.47
Hex552E8C274302D1093324
Octal12556214471030554116344
Binary10101011011101000110010011110000110101101100001001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552e8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552e8c; }

 p { color: rgb(85,46,140); }

 H1.HeaderClassName
 {
   color: #552e8c;
 }
 .AnyTagClassName
 {
   color: #552e8c;
 }
</style>
background-color css

<style>
 a { background-color: #552e8c; }

 a { background-color: rgb(85,46,140); }

 div.DivClassName
 {
   background-color: #552e8c;
 }
 .BgClassName
 {
   background-color: #552e8c;
 }
</style>
border-color css

<style>
 span { border-color: #552e8c; }

 span { border-color: rgb(85,46,140); }

 td.TdClassName
 {
   border-color: #552e8c;
 }
 .TagClassName
 {
   border-color: #552e8c;
 }
</style>