#552086

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

Shades of Kingfisher Daisy #552086

Tints of Kingfisher Daisy #552086

Color information

#552086 (or 0x552086) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 20 and 86. RGB value is (85,32,134). Sum of RGB (Red+Green+Blue) = 85+32+134=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #552086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552086 is #AADF79. Grayscale: #3B3B3B. Windows color (decimal): -11198330 or 8790101. OLE color: 8790101.

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

Color convert

RGB8532134-
CMYK0.370.7600.47
HSL271.18º61.45%32.55%-
HSV(B)271.18º76.12%52.55%-
XYZ8.574.6923.01-
YUV59.47170.06146.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.86%
GREEN value IS 32 (12.89% from 255) = 12.75%
BLUE value IS 134 (52.73% from 255) = 53.39%
R=33.86%
G=12.75%
B=53.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85321340.370.7600.47271.1861.4532.55
Hex552086254C02F10f3d21
Octal12540206451140574177541
Binary10101011000001000011010010110011000101111100001111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552086; }

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

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

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

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

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

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

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

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