#552492

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

Shades of Kingfisher Daisy #552492

Tints of Kingfisher Daisy #552492

Color information

#552492 (or 0x552492) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 24 and 92. RGB value is (85,36,146). Sum of RGB (Red+Green+Blue) = 85+36+146=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #552492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552492 is #AADB6D. Grayscale: #3E3E3E. Windows color (decimal): -11197294 or 9577557. OLE color: 9577557.

HSL color Cylindrical-coordinate representation of color #552492: hue angle of 266.73º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #552492 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8536146-
CMYK0.420.7500.43
HSL266.73º60.44%35.69%-
HSV(B)266.73º75.34%57.25%-
XYZ9.575.2727.71-
YUV63.19174.73143.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 36 (14.45% from 255) = 13.48%
BLUE value IS 146 (57.42% from 255) = 54.68%
R=31.84%
G=13.48%
B=54.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85361460.420.7500.43266.7360.4435.69
Hex5524922A4B02B10b3c24
Octal12544222521130534137444
Binary10101011001001001001010101010010110101011100001011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552492; }

 p { color: rgb(85,36,146); }

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

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

 a { background-color: rgb(85,36,146); }

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

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

 span { border-color: rgb(85,36,146); }

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