Html Css Color HEX #582B6C Honey Flower

📋 copy color: '#582B6C'

red 88 ◦ green 43 ◦ blue 108

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

Shades of Honey Flower #582B6C

Tints of Honey Flower #582B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.19%

R = 36.82%
G = 17.99%
B = 45.19%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#582B6C (or 0x582B6C) is known color: Honey Flower. HEX triplet: 58, 2B and 6C. RGB value is (88,43,108). Sum of RGB (Red+Green+Blue) = 88+43+108=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #582B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582B6C is #A7D493. Grayscale: #3F3F3F. Windows color (decimal): -10998932 or 7088984. OLE color: 7088984.

HSL color Cylindrical-coordinate representation of color #582B6C: hue angle of 281.54º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #582B6C is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 43 108 -
CMYK 0.19 0.60 0 0.58
HSL 281.54º 0.43% 0.3% -
HSV(B) 281.54º 0.6% 0.42% -
XYZ 7.6 4.89 14.73 -
YUV 63.87 152.91 145.21 -
System Red Green Blue C M Y K H S L
Decimal 88 43 108 0.19 0.60 0 0.58 281.54 0.43 0.3
Hex 58 2B 6C 13 3C 0 3A 11A 2B 1E
Octal 130 53 154 23 74 0 72 432 53 36
Binary 1011000 101011 1101100 10011 111100 0 111010 100011010 101011 11110

Color Harmonies of #582B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B6C

Black with #582B6C

Text Example


Text Example

White with #582B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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