Html Css Color HEX #58286E Honey Flower

📋 copy color: '#58286E'

red 88 ◦ green 40 ◦ blue 110

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

Shades of Honey Flower #58286E

Tints of Honey Flower #58286E

RGB

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

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

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

R = 36.97%
G = 16.81%
B = 46.22%

CMYK

 C value IS 0.2

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58286E (or 0x58286E) is known color: Honey Flower. HEX triplet: 58, 28 and 6E. RGB value is (88,40,110). Sum of RGB (Red+Green+Blue) = 88+40+110=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #58286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58286E is #A7D791. Grayscale: #3E3E3E. Windows color (decimal): -10999698 or 7219288. OLE color: 7219288.

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

Color convert

RGB 88 40 110 -
CMYK 0.2 0.64 0 0.57
HSL 281.14º 0.47% 0.29% -
HSV(B) 281.14º 0.64% 0.43% -
XYZ 7.6 4.72 15.26 -
YUV 62.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 88 40 110 0.2 0.64 0 0.57 281.14 0.47 0.29
Hex 58 28 6E 14 40 0 39 119 2F 1D
Octal 130 50 156 24 100 0 71 431 57 35
Binary 1011000 101000 1101110 10100 1000000 0 111001 100011001 101111 11101

Color Harmonies of #58286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58286E

Black with #58286E

Text Example


Text Example

White with #58286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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