Html Css Color HEX #57426C Honey Flower

📋 copy color: '#57426C'

red 87 ◦ green 66 ◦ blue 108

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

Shades of Honey Flower #57426C

Tints of Honey Flower #57426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.29%

 BLUE value IS 108 (42.58% from 255) = 41.38%

R = 33.33%
G = 25.29%
B = 41.38%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57426C (or 0x57426C) is known color: Honey Flower. HEX triplet: 57, 42 and 6C. RGB value is (87,66,108). Sum of RGB (Red+Green+Blue) = 87+66+108=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #57426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57426C is #A8BD93. Grayscale: #4C4C4C. Windows color (decimal): -11058580 or 7094871. OLE color: 7094871.

HSL color Cylindrical-coordinate representation of color #57426C: hue angle of 270º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57426C is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 87 66 108 -
CMYK 0.19 0.39 0 0.58
HSL 270º 0.24% 0.34% -
HSV(B) 270º 0.39% 0.42% -
XYZ 8.59 7.01 15.09 -
YUV 77.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 87 66 108 0.19 0.39 0 0.58 270 0.24 0.34
Hex 57 42 6C 13 27 0 3A 10E 18 22
Octal 127 102 154 23 47 0 72 416 30 42
Binary 1010111 1000010 1101100 10011 100111 0 111010 100001110 11000 100010

Color Harmonies of #57426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57426C

Black with #57426C

Text Example


Text Example

White with #57426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57426C; }

 p { color: rgb(87,66,108); }

 H1.HeaderClassName
 {
   color: #57426C;
 }
 .AnyTagClassName
 {
   color: #57426C;
 }
</style>

background-color css

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

 a { background-color: rgb(87,66,108); }

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

border-color css

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

 span { border-color: rgb(87,66,108); }

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