#552180

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

Shades of Kingfisher Daisy #552180

Tints of Kingfisher Daisy #552180

Color information

#552180 (or 0x552180) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 21 and 80. RGB value is (85,33,128). Sum of RGB (Red+Green+Blue) = 85+33+128=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #552180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552180 is #AADE7F. Grayscale: #3B3B3B. Windows color (decimal): -11198080 or 8397141. OLE color: 8397141.

HSL color Cylindrical-coordinate representation of color #552180: hue angle of 272.84º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552180 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8533128-
CMYK0.340.7400.50
HSL272.84º59.01%31.57%-
HSV(B)272.84º74.22%50.2%-
XYZ8.194.5820.87-
YUV59.38166.73146.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.55%
GREEN value IS 33 (13.28% from 255) = 13.41%
BLUE value IS 128 (50.39% from 255) = 52.03%
R=34.55%
G=13.41%
B=52.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85331280.340.7400.50272.8459.0131.57
Hex552180224A0321113b20
Octal12541200421120624217340
Binary10101011000011000000010001010010100110010100010001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552180; }

 p { color: rgb(85,33,128); }

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

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

 a { background-color: rgb(85,33,128); }

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

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

 span { border-color: rgb(85,33,128); }

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