Html Css Color HEX #582470 Honey Flower

📋 copy color: '#582470'

red 88 ◦ green 36 ◦ blue 112

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

Shades of Honey Flower #582470

Tints of Honey Flower #582470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.25%

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

R = 37.29%
G = 15.25%
B = 47.46%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#582470 (or 0x582470) is known color: Honey Flower. HEX triplet: 58, 24 and 70. RGB value is (88,36,112). Sum of RGB (Red+Green+Blue) = 88+36+112=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #582470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582470 is #A7DB8F. Grayscale: #3B3B3B. Windows color (decimal): -11000720 or 7349336. OLE color: 7349336.

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

Color convert

RGB 88 36 112 -
CMYK 0.21 0.68 0 0.56
HSL 281.05º 0.51% 0.29% -
HSV(B) 281.05º 0.68% 0.44% -
XYZ 7.58 4.51 15.8 -
YUV 60.21 157.23 147.82 -
System Red Green Blue C M Y K H S L
Decimal 88 36 112 0.21 0.68 0 0.56 281.05 0.51 0.29
Hex 58 24 70 15 44 0 38 119 33 1D
Octal 130 44 160 25 104 0 70 431 63 35
Binary 1011000 100100 1110000 10101 1000100 0 111000 100011001 110011 11101

Color Harmonies of #582470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582470

Black with #582470

Text Example


Text Example

White with #582470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582470; }

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

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

background-color css

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

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

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

border-color css

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

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

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