#553280

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

Shades of Kingfisher Daisy #553280

Tints of Kingfisher Daisy #553280

Color information

#553280 (or 0x553280) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 32 and 80. RGB value is (85,50,128). Sum of RGB (Red+Green+Blue) = 85+50+128=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #553280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553280 is #AACD7F. Grayscale: #454545. Windows color (decimal): -11193728 or 8401493. OLE color: 8401493.

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

Color convert

RGB8550128-
CMYK0.340.6100.50
HSL266.92º43.82%34.9%-
HSV(B)266.92º60.94%50.2%-
XYZ8.785.7721.07-
YUV69.36161.1139.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.32%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 128 (50.39% from 255) = 48.67%
R=32.32%
G=19.01%
B=48.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85501280.340.6100.50266.9243.8234.9
Hex553280223D03210b2c23
Octal1256220042750624135443
Binary1010101110010100000001000101111010110010100001011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553280; }

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

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

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

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

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

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

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

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