Html Css Color HEX #58286D Honey Flower

📋 copy color: '#58286D'

red 88 ◦ green 40 ◦ blue 109

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

Shades of Honey Flower #58286D

Tints of Honey Flower #58286D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.99%

R = 37.13%
G = 16.88%
B = 45.99%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58286D (or 0x58286D) is known color: Honey Flower. HEX triplet: 58, 28 and 6D. RGB value is (88,40,109). Sum of RGB (Red+Green+Blue) = 88+40+109=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #58286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58286D is #A7D792. Grayscale: #3D3D3D. Windows color (decimal): -10999699 or 7153752. OLE color: 7153752.

HSL color Cylindrical-coordinate representation of color #58286D: hue angle of 281.74º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58286D is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 40 109 -
CMYK 0.19 0.63 0 0.57
HSL 281.74º 0.46% 0.29% -
HSV(B) 281.74º 0.63% 0.43% -
XYZ 7.54 4.7 14.98 -
YUV 62.22 154.4 146.39 -
System Red Green Blue C M Y K H S L
Decimal 88 40 109 0.19 0.63 0 0.57 281.74 0.46 0.29
Hex 58 28 6D 13 3F 0 39 11A 2E 1D
Octal 130 50 155 23 77 0 71 432 56 35
Binary 1011000 101000 1101101 10011 111111 0 111001 100011010 101110 11101

Color Harmonies of #58286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58286D

Black with #58286D

Text Example


Text Example

White with #58286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58286D; }

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

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

background-color css

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

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

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

border-color css

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

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

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