#553D70

Color #553D70 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #553D70

Tints of Honey Flower #553D70

Color information

#553D70 (or 0x553D70) is unknown color: approx Honey Flower. HEX triplet: 55, 3D and 70. RGB value is (85,61,112). Sum of RGB (Red+Green+Blue) = 85+61+112=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #553D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D70 is #AAC28F. Grayscale: #494949. Windows color (decimal): -11190928 or 7355733. OLE color: 7355733.

HSL color Cylindrical-coordinate representation of color #553D70: hue angle of 268.24º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #553D70 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8561112-
CMYK0.240.4600.56
HSL268.24º29.48%33.92%-
HSV(B)268.24º45.54%43.92%-
XYZ8.346.4416.13-
YUV73.99149.45135.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 61 (24.22% from 255) = 23.64%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=32.95%
G=23.64%
B=43.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85611120.240.4600.56268.2429.4833.92
Hex553D70182E03810c1d22
Octal1257516030560704143542
Binary1010101111101111000011000101110011100010000110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,61,112); }

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

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

 a { background-color: rgb(85,61,112); }

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

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

 span { border-color: rgb(85,61,112); }

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