#553481

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

Shades of Kingfisher Daisy #553481

Tints of Kingfisher Daisy #553481

Color information

#553481 (or 0x553481) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 34 and 81. RGB value is (85,52,129). Sum of RGB (Red+Green+Blue) = 85+52+129=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #553481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553481 is #AACB7E. Grayscale: #464646. Windows color (decimal): -11193215 or 8467541. OLE color: 8467541.

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

Color convert

RGB8552129-
CMYK0.340.6000.49
HSL265.71º42.54%35.49%-
HSV(B)265.71º59.69%50.59%-
XYZ8.945.9721.45-
YUV70.64160.93138.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 129 (50.78% from 255) = 48.50%
R=31.95%
G=19.55%
B=48.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85521290.340.6000.49265.7142.5435.49
Hex553481223C03110a2b23
Octal1256420142740614125343
Binary1010101110100100000011000101111000110001100001010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553481; }

 p { color: rgb(85,52,129); }

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

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

 a { background-color: rgb(85,52,129); }

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

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

 span { border-color: rgb(85,52,129); }

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