#553673

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

Shades of Kingfisher Daisy #553673

Tints of Kingfisher Daisy #553673

Color information

#553673 (or 0x553673) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 36 and 73. RGB value is (85,54,115). Sum of RGB (Red+Green+Blue) = 85+54+115=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #553673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553673 is #AAC98C. Grayscale: #464646. Windows color (decimal): -11192717 or 7550549. OLE color: 7550549.

HSL color Cylindrical-coordinate representation of color #553673: hue angle of 270.49º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #553673 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8554115-
CMYK0.260.5300.55
HSL270.49º36.09%33.14%-
HSV(B)270.49º53.04%45.1%-
XYZ8.165.8116.91-
YUV70.22153.27138.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=33.46%
G=21.26%
B=45.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85541150.260.5300.55270.4936.0933.14
Hex5536731A3503710e2421
Octal1256616332650674164441
Binary10101011101101110011110101101010110111100001110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553673; }

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

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

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

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

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

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

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

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