#553380

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

Shades of Kingfisher Daisy #553380

Tints of Kingfisher Daisy #553380

Color information

#553380 (or 0x553380) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 33 and 80. RGB value is (85,51,128). Sum of RGB (Red+Green+Blue) = 85+51+128=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #553380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553380 is #AACC7F. Grayscale: #454545. Windows color (decimal): -11193472 or 8401749. OLE color: 8401749.

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

Color convert

RGB8551128-
CMYK0.340.6000.50
HSL266.49º43.02%35.1%-
HSV(B)266.49º60.16%50.2%-
XYZ8.835.8621.09-
YUV69.94160.76138.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=32.20%
G=19.32%
B=48.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85511280.340.6000.50266.4943.0235.1
Hex553380223C03210a2b23
Octal1256320042740624125343
Binary1010101110011100000001000101111000110010100001010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553380; }

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

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

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

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

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

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

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

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