Html Css Color HEX #57445F Honey Flower

📋 copy color: '#57445F'

red 87 ◦ green 68 ◦ blue 95

#57445F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #57445F

Tints of Honey Flower #57445F

RGB

 RED value IS 87 (34.38% from 255) = 34.8%

 GREEN value IS 68 (26.95% from 255) = 27.2%

 BLUE value IS 95 (37.5% from 255) = 38%

R = 34.8%
G = 27.2%
B = 38%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#57445F (or 0x57445F) is known color: Honey Flower. HEX triplet: 57, 44 and 5F. RGB value is (87,68,95). Sum of RGB (Red+Green+Blue) = 87+68+95=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 95 - color contains mainly: blue. Hex color #57445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57445F is #A8BBA0. Grayscale: #4C4C4C. Windows color (decimal): -11058081 or 6243415. OLE color: 6243415.

HSL color Cylindrical-coordinate representation of color #57445F: hue angle of 282.22º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #57445F is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 68 95 -
CMYK 0.08 0.28 0 0.63
HSL 282.22º 0.17% 0.32% -
HSV(B) 282.22º 0.28% 0.37% -
XYZ 8.06 6.99 11.75 -
YUV 76.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 87 68 95 0.08 0.28 0 0.63 282.22 0.17 0.32
Hex 57 44 5F 8 1C 0 3F 11A 11 20
Octal 127 104 137 10 34 0 77 432 21 40
Binary 1010111 1000100 1011111 1000 11100 0 111111 100011010 10001 100000

Color Harmonies of #57445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57445F

Black with #57445F

Text Example


Text Example

White with #57445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57445F; }

 p { color: rgb(87,68,95); }

 H1.HeaderClassName
 {
   color: #57445F;
 }
 .AnyTagClassName
 {
   color: #57445F;
 }
</style>

background-color css

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

 a { background-color: rgb(87,68,95); }

 div.DivClassName
 {
   background-color: #57445F;
 }
 .BgClassName
 {
   background-color: #57445F;
 }
</style>

border-color css

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

 span { border-color: rgb(87,68,95); }

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