Html Css Color HEX #592C70 Honey Flower

📋 copy color: '#592C70'

red 89 ◦ green 44 ◦ blue 112

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

Shades of Honey Flower #592C70

Tints of Honey Flower #592C70

RGB

 RED value IS 89 (35.16% from 255) = 36.33%

 GREEN value IS 44 (17.58% from 255) = 17.96%

 BLUE value IS 112 (44.14% from 255) = 45.71%

R = 36.33%
G = 17.96%
B = 45.71%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#592C70 (or 0x592C70) is known color: Honey Flower. HEX triplet: 59, 2C and 70. RGB value is (89,44,112). Sum of RGB (Red+Green+Blue) = 89+44+112=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #592C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592C70 is #A6D38F. Grayscale: #404040. Windows color (decimal): -10933136 or 7351385. OLE color: 7351385.

HSL color Cylindrical-coordinate representation of color #592C70: hue angle of 279.71º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #592C70 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 44 112 -
CMYK 0.21 0.61 0 0.56
HSL 279.71º 0.44% 0.31% -
HSV(B) 279.71º 0.61% 0.44% -
XYZ 7.95 5.1 15.89 -
YUV 65.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 89 44 112 0.21 0.61 0 0.56 279.71 0.44 0.31
Hex 59 2C 70 15 3D 0 38 118 2C 1F
Octal 131 54 160 25 75 0 70 430 54 37
Binary 1011001 101100 1110000 10101 111101 0 111000 100011000 101100 11111

Color Harmonies of #592C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592C70

Black with #592C70

Text Example


Text Example

White with #592C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592C70; }

 p { color: rgb(89,44,112); }

 H1.HeaderClassName
 {
   color: #592C70;
 }
 .AnyTagClassName
 {
   color: #592C70;
 }
</style>

background-color css

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

 a { background-color: rgb(89,44,112); }

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

border-color css

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

 span { border-color: rgb(89,44,112); }

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