#552686

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

Shades of Kingfisher Daisy #552686

Tints of Kingfisher Daisy #552686

Color information

#552686 (or 0x552686) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 26 and 86. RGB value is (85,38,134). Sum of RGB (Red+Green+Blue) = 85+38+134=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #552686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552686 is #AAD979. Grayscale: #3E3E3E. Windows color (decimal): -11196794 or 8791637. OLE color: 8791637.

HSL color Cylindrical-coordinate representation of color #552686: hue angle of 269.38º 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 #552686 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8538134-
CMYK0.370.7200.47
HSL269.38º55.81%33.73%-
HSV(B)269.38º71.64%52.55%-
XYZ8.745.0423.07-
YUV63168.07143.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 134 (52.73% from 255) = 52.14%
R=33.07%
G=14.79%
B=52.14%

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
Decimal85381340.370.7200.47269.3855.8133.73
Hex552686254802F10d3822
Octal12546206451100574157042
Binary10101011001101000011010010110010000101111100001101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552686; }

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

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

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

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

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

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

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

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