Html Css Color HEX #582B6E Honey Flower

📋 copy color: '#582B6E'

red 88 ◦ green 43 ◦ blue 110

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

Shades of Honey Flower #582B6E

Tints of Honey Flower #582B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.64%

R = 36.51%
G = 17.84%
B = 45.64%

CMYK

 C value IS 0.2

 M value IS 0.61

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#582B6E (or 0x582B6E) is known color: Honey Flower. HEX triplet: 58, 2B and 6E. RGB value is (88,43,110). Sum of RGB (Red+Green+Blue) = 88+43+110=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #582B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582B6E is #A7D491. Grayscale: #3F3F3F. Windows color (decimal): -10998930 or 7220056. OLE color: 7220056.

HSL color Cylindrical-coordinate representation of color #582B6E: hue angle of 280.3º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #582B6E is Cyan = 0.2, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 43 110 -
CMYK 0.2 0.61 0 0.57
HSL 280.3º 0.44% 0.3% -
HSV(B) 280.3º 0.61% 0.43% -
XYZ 7.7 4.93 15.3 -
YUV 64.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 88 43 110 0.2 0.61 0 0.57 280.3 0.44 0.3
Hex 58 2B 6E 14 3D 0 39 118 2C 1E
Octal 130 53 156 24 75 0 71 430 54 36
Binary 1011000 101011 1101110 10100 111101 0 111001 100011000 101100 11110

Color Harmonies of #582B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B6E

Black with #582B6E

Text Example


Text Example

White with #582B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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