Html Css Color HEX #582870 Honey Flower

📋 copy color: '#582870'

red 88 ◦ green 40 ◦ blue 112

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

Shades of Honey Flower #582870

Tints of Honey Flower #582870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

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

R = 36.67%
G = 16.67%
B = 46.67%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#582870 (or 0x582870) is known color: Honey Flower. HEX triplet: 58, 28 and 70. RGB value is (88,40,112). Sum of RGB (Red+Green+Blue) = 88+40+112=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #582870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582870 is #A7D78F. Grayscale: #3E3E3E. Windows color (decimal): -10999696 or 7350360. OLE color: 7350360.

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

Color convert

RGB 88 40 112 -
CMYK 0.21 0.64 0 0.56
HSL 280º 0.47% 0.3% -
HSV(B) 280º 0.64% 0.44% -
XYZ 7.71 4.76 15.84 -
YUV 62.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 88 40 112 0.21 0.64 0 0.56 280 0.47 0.3
Hex 58 28 70 15 40 0 38 118 2F 1E
Octal 130 50 160 25 100 0 70 430 57 36
Binary 1011000 101000 1110000 10101 1000000 0 111000 100011000 101111 11110

Color Harmonies of #582870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582870

Black with #582870

Text Example


Text Example

White with #582870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582870; }

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

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

background-color css

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

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

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

border-color css

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

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

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