#552880

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

Shades of Kingfisher Daisy #552880

Tints of Kingfisher Daisy #552880

Color information

#552880 (or 0x552880) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 28 and 80. RGB value is (85,40,128). Sum of RGB (Red+Green+Blue) = 85+40+128=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #552880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552880 is #AAD77F. Grayscale: #3F3F3F. Windows color (decimal): -11196288 or 8398933. OLE color: 8398933.

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

Color convert

RGB8540128-
CMYK0.340.6900.50
HSL270.68º52.38%32.94%-
HSV(B)270.68º68.75%50.2%-
XYZ8.45.0120.95-
YUV63.49164.41143.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 40 (16.02% from 255) = 15.81%
BLUE value IS 128 (50.39% from 255) = 50.59%
R=33.60%
G=15.81%
B=50.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85401280.340.6900.50270.6852.3832.94
Hex552880224503210f3421
Octal12550200421050624176441
Binary10101011010001000000010001010001010110010100001111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552880; }

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

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

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

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

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

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

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

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