#552481

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

Shades of Kingfisher Daisy #552481

Tints of Kingfisher Daisy #552481

Color information

#552481 (or 0x552481) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 24 and 81. RGB value is (85,36,129). Sum of RGB (Red+Green+Blue) = 85+36+129=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #552481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552481 is #AADB7E. Grayscale: #3C3C3C. Windows color (decimal): -11197311 or 8463445. OLE color: 8463445.

HSL color Cylindrical-coordinate representation of color #552481: hue angle of 271.61º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #552481 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8536129-
CMYK0.340.7200.49
HSL271.61º56.36%32.35%-
HSV(B)271.61º72.09%50.59%-
XYZ8.344.7821.25-
YUV61.25166.23144.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 36 (14.45% from 255) = 14.4%
BLUE value IS 129 (50.78% from 255) = 51.6%
R=34%
G=14.4%
B=51.6%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85361290.340.7200.49271.6156.3632.35
Hex55248122480311103820
Octal12544201421100614207040
Binary10101011001001000000110001010010000110001100010000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552481; }

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

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

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

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

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

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

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

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