#552687

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

Shades of Kingfisher Daisy #552687

Tints of Kingfisher Daisy #552687

Color information

#552687 (or 0x552687) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 26 and 87. RGB value is (85,38,135). Sum of RGB (Red+Green+Blue) = 85+38+135=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #552687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552687 is #AAD978. Grayscale: #3E3E3E. Windows color (decimal): -11196793 or 8857173. OLE color: 8857173.

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

Color convert

RGB8538135-
CMYK0.370.7200.47
HSL269.07º56.07%33.92%-
HSV(B)269.07º71.85%52.94%-
XYZ8.815.0723.44-
YUV63.11168.57143.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 38 (15.23% from 255) = 14.73%
BLUE value IS 135 (53.12% from 255) = 52.33%
R=32.95%
G=14.73%
B=52.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85381350.370.7200.47269.0756.0733.92
Hex552687254802F10d3822
Octal12546207451100574157042
Binary10101011001101000011110010110010000101111100001101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552687; }

 p { color: rgb(85,38,135); }

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

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

 a { background-color: rgb(85,38,135); }

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

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

 span { border-color: rgb(85,38,135); }

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