#553475

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

Shades of Kingfisher Daisy #553475

Tints of Kingfisher Daisy #553475

Color information

#553475 (or 0x553475) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 34 and 75. RGB value is (85,52,117). Sum of RGB (Red+Green+Blue) = 85+52+117=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #553475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553475 is #AACB8A. Grayscale: #454545. Windows color (decimal): -11193227 or 7681109. OLE color: 7681109.

HSL color Cylindrical-coordinate representation of color #553475: hue angle of 270.46º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #553475 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8552117-
CMYK0.270.5600.54
HSL270.46º38.46%33.14%-
HSV(B)270.46º55.56%45.88%-
XYZ8.195.6717.49-
YUV69.28154.93139.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 117 (46.09% from 255) = 46.06%
R=33.46%
G=20.47%
B=46.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85521170.270.5600.54270.4638.4633.14
Hex5534751B3803610e2621
Octal1256416533700664164641
Binary10101011101001110101110111110000110110100001110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553475; }

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

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

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

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

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

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

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

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