#552789

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

Shades of Kingfisher Daisy #552789

Tints of Kingfisher Daisy #552789

Color information

#552789 (or 0x552789) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 27 and 89. RGB value is (85,39,137). Sum of RGB (Red+Green+Blue) = 85+39+137=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #552789 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552789 is #AAD876. Grayscale: #3F3F3F. Windows color (decimal): -11196535 or 8988501. OLE color: 8988501.

HSL color Cylindrical-coordinate representation of color #552789: hue angle of 268.16º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #552789 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8539137-
CMYK0.380.7200.46
HSL268.16º55.68%34.51%-
HSV(B)268.16º71.53%53.73%-
XYZ8.995.1924.19-
YUV63.93169.24143.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 39 (15.62% from 255) = 14.94%
BLUE value IS 137 (53.91% from 255) = 52.49%
R=32.57%
G=14.94%
B=52.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85391370.380.7200.46268.1655.6834.51
Hex552789264802E10c3823
Octal12547211461100564147043
Binary10101011001111000100110011010010000101110100001100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552789; }

 p { color: rgb(85,39,137); }

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

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

 a { background-color: rgb(85,39,137); }

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

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

 span { border-color: rgb(85,39,137); }

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