Html Css Color HEX #58206F Honey Flower

📋 copy color: '#58206F'

red 88 ◦ green 32 ◦ blue 111

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

Shades of Honey Flower #58206F

Tints of Honey Flower #58206F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.85%

 BLUE value IS 111 (43.75% from 255) = 48.05%

R = 38.1%
G = 13.85%
B = 48.05%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#58206F (or 0x58206F) is known color: Honey Flower. HEX triplet: 58, 20 and 6F. RGB value is (88,32,111). Sum of RGB (Red+Green+Blue) = 88+32+111=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #58206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58206F is #A7DF90. Grayscale: #393939. Windows color (decimal): -11001745 or 7282776. OLE color: 7282776.

HSL color Cylindrical-coordinate representation of color #58206F: hue angle of 282.53º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #58206F is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 32 111 -
CMYK 0.21 0.71 0 0.56
HSL 282.53º 0.55% 0.28% -
HSV(B) 282.53º 0.71% 0.44% -
XYZ 7.41 4.26 15.47 -
YUV 57.75 158.05 149.58 -
System Red Green Blue C M Y K H S L
Decimal 88 32 111 0.21 0.71 0 0.56 282.53 0.55 0.28
Hex 58 20 6F 15 47 0 38 11B 37 1C
Octal 130 40 157 25 107 0 70 433 67 34
Binary 1011000 100000 1101111 10101 1000111 0 111000 100011011 110111 11100

Color Harmonies of #58206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58206F

Black with #58206F

Text Example


Text Example

White with #58206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58206F; }

 p { color: rgb(88,32,111); }

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

background-color css

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

 a { background-color: rgb(88,32,111); }

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

border-color css

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

 span { border-color: rgb(88,32,111); }

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