Html Css Color HEX #582370 Honey Flower

📋 copy color: '#582370'

red 88 ◦ green 35 ◦ blue 112

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

Shades of Honey Flower #582370

Tints of Honey Flower #582370

RGB

 RED value IS 88 (34.77% from 255) = 37.45%

 GREEN value IS 35 (14.06% from 255) = 14.89%

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

R = 37.45%
G = 14.89%
B = 47.66%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#582370 (or 0x582370) is known color: Honey Flower. HEX triplet: 58, 23 and 70. RGB value is (88,35,112). Sum of RGB (Red+Green+Blue) = 88+35+112=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #582370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582370 is #A7DC8F. Grayscale: #3B3B3B. Windows color (decimal): -11000976 or 7349080. OLE color: 7349080.

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

Color convert

RGB 88 35 112 -
CMYK 0.21 0.69 0 0.56
HSL 281.3º 0.52% 0.29% -
HSV(B) 281.3º 0.69% 0.44% -
XYZ 7.55 4.45 15.79 -
YUV 59.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 88 35 112 0.21 0.69 0 0.56 281.3 0.52 0.29
Hex 58 23 70 15 45 0 38 119 34 1D
Octal 130 43 160 25 105 0 70 431 64 35
Binary 1011000 100011 1110000 10101 1000101 0 111000 100011001 110100 11101

Color Harmonies of #582370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582370

Black with #582370

Text Example


Text Example

White with #582370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582370; }

 p { color: rgb(88,35,112); }

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

background-color css

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

 a { background-color: rgb(88,35,112); }

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

border-color css

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

 span { border-color: rgb(88,35,112); }

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