#553B84

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

Shades of Kingfisher Daisy #553B84

Tints of Kingfisher Daisy #553B84

Color information

#553B84 (or 0x553B84) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 3B and 84. RGB value is (85,59,132). Sum of RGB (Red+Green+Blue) = 85+59+132=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #553B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553B84 is #AAC47B. Grayscale: #4A4A4A. Windows color (decimal): -11191420 or 8665941. OLE color: 8665941.

HSL color Cylindrical-coordinate representation of color #553B84: hue angle of 261.37º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #553B84 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8559132-
CMYK0.360.5500.48
HSL261.37º38.22%37.45%-
HSV(B)261.37º55.3%51.76%-
XYZ9.486.7322.63-
YUV75.1160.11135.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 59 (23.44% from 255) = 21.38%
BLUE value IS 132 (51.95% from 255) = 47.83%
R=30.80%
G=21.38%
B=47.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85591320.360.5500.48261.3738.2237.45
Hex553B8424370301052625
Octal1257320444670604054645
Binary1010101111011100001001001001101110110000100000101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553B84; }

 p { color: rgb(85,59,132); }

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

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

 a { background-color: rgb(85,59,132); }

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

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

 span { border-color: rgb(85,59,132); }

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