#552682

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

Shades of Kingfisher Daisy #552682

Tints of Kingfisher Daisy #552682

Color information

#552682 (or 0x552682) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 26 and 82. RGB value is (85,38,130). Sum of RGB (Red+Green+Blue) = 85+38+130=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #552682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552682 is #AAD97D. Grayscale: #3E3E3E. Windows color (decimal): -11196798 or 8529493. OLE color: 8529493.

HSL color Cylindrical-coordinate representation of color #552682: hue angle of 270.65º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #552682 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8538130-
CMYK0.350.7100.49
HSL270.65º54.76%32.94%-
HSV(B)270.65º70.77%50.98%-
XYZ8.474.9321.62-
YUV62.54166.07144.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 130 (51.17% from 255) = 51.38%
R=33.60%
G=15.02%
B=51.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85381300.350.7100.49270.6554.7632.94
Hex552682234703110f3721
Octal12546202431070614176741
Binary10101011001101000001010001110001110110001100001111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552682; }

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

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

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

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

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

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

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

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