#553E74

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

Shades of Kingfisher Daisy #553E74

Tints of Kingfisher Daisy #553E74

Color information

#553E74 (or 0x553E74) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 3E and 74. RGB value is (85,62,116). Sum of RGB (Red+Green+Blue) = 85+62+116=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #553E74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553E74 is #AAC18B. Grayscale: #4A4A4A. Windows color (decimal): -11190668 or 7618133. OLE color: 7618133.

HSL color Cylindrical-coordinate representation of color #553E74: hue angle of 265.56º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #553E74 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8562116-
CMYK0.270.4700.55
HSL265.56º30.34%34.9%-
HSV(B)265.56º46.55%45.49%-
XYZ8.626.6417.35-
YUV75.03151.12135.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.32%
GREEN value IS 62 (24.61% from 255) = 23.57%
BLUE value IS 116 (45.70% from 255) = 44.11%
R=32.32%
G=23.57%
B=44.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85621160.270.4700.55265.5630.3434.9
Hex553E741B2F03710a1e23
Octal1257616433570674123643
Binary1010101111110111010011011101111011011110000101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,62,116); }

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

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

 a { background-color: rgb(85,62,116); }

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

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

 span { border-color: rgb(85,62,116); }

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