#553675

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

Shades of Kingfisher Daisy #553675

Tints of Kingfisher Daisy #553675

Color information

#553675 (or 0x553675) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 36 and 75. RGB value is (85,54,117). Sum of RGB (Red+Green+Blue) = 85+54+117=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #553675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553675 is #AAC98A. Grayscale: #464646. Windows color (decimal): -11192715 or 7681621. OLE color: 7681621.

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

Color convert

RGB8554117-
CMYK0.270.5400.54
HSL269.52º36.84%33.53%-
HSV(B)269.52º53.85%45.88%-
XYZ8.285.8517.52-
YUV70.45154.27138.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 117 (46.09% from 255) = 45.70%
R=33.20%
G=21.09%
B=45.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85541170.270.5400.54269.5236.8433.53
Hex5536751B3603610e2522
Octal1256616533660664164542
Binary10101011101101110101110111101100110110100001110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553675; }

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

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

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

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

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

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

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

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