Html Css Color HEX #58286F Honey Flower

📋 copy color: '#58286F'

red 88 ◦ green 40 ◦ blue 111

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

Shades of Honey Flower #58286F

Tints of Honey Flower #58286F

RGB

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

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

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

R = 36.82%
G = 16.74%
B = 46.44%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#58286F (or 0x58286F) is known color: Honey Flower. HEX triplet: 58, 28 and 6F. RGB value is (88,40,111). Sum of RGB (Red+Green+Blue) = 88+40+111=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #58286F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58286F is #A7D790. Grayscale: #3E3E3E. Windows color (decimal): -10999697 or 7284824. OLE color: 7284824.

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

Color convert

RGB 88 40 111 -
CMYK 0.21 0.64 0 0.56
HSL 280.56º 0.47% 0.3% -
HSV(B) 280.56º 0.64% 0.44% -
XYZ 7.65 4.74 15.55 -
YUV 62.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 88 40 111 0.21 0.64 0 0.56 280.56 0.47 0.3
Hex 58 28 6F 15 40 0 38 119 2F 1E
Octal 130 50 157 25 100 0 70 431 57 36
Binary 1011000 101000 1101111 10101 1000000 0 111000 100011001 101111 11110

Color Harmonies of #58286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58286F

Black with #58286F

Text Example


Text Example

White with #58286F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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