Html Css Color HEX #582B70 Honey Flower

📋 copy color: '#582B70'

red 88 ◦ green 43 ◦ blue 112

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

Shades of Honey Flower #582B70

Tints of Honey Flower #582B70

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.7%

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

R = 36.21%
G = 17.7%
B = 46.09%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#582B70 (or 0x582B70) is known color: Honey Flower. HEX triplet: 58, 2B and 70. RGB value is (88,43,112). Sum of RGB (Red+Green+Blue) = 88+43+112=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #582B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582B70 is #A7D48F. Grayscale: #404040. Windows color (decimal): -10998928 or 7351128. OLE color: 7351128.

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

Color convert

RGB 88 43 112 -
CMYK 0.21 0.62 0 0.56
HSL 279.13º 0.45% 0.3% -
HSV(B) 279.13º 0.62% 0.44% -
XYZ 7.81 4.97 15.88 -
YUV 64.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 88 43 112 0.21 0.62 0 0.56 279.13 0.45 0.3
Hex 58 2B 70 15 3E 0 38 117 2D 1E
Octal 130 53 160 25 76 0 70 427 55 36
Binary 1011000 101011 1110000 10101 111110 0 111000 100010111 101101 11110

Color Harmonies of #582B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B70

Black with #582B70

Text Example


Text Example

White with #582B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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