Html Css Color HEX #58286C Honey Flower

📋 copy color: '#58286C'

red 88 ◦ green 40 ◦ blue 108

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

Shades of Honey Flower #58286C

Tints of Honey Flower #58286C

RGB

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

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

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

R = 37.29%
G = 16.95%
B = 45.76%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58286C (or 0x58286C) is known color: Honey Flower. HEX triplet: 58, 28 and 6C. RGB value is (88,40,108). Sum of RGB (Red+Green+Blue) = 88+40+108=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #58286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58286C is #A7D793. Grayscale: #3D3D3D. Windows color (decimal): -10999700 or 7088216. OLE color: 7088216.

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

Color convert

RGB 88 40 108 -
CMYK 0.19 0.63 0 0.58
HSL 282.35º 0.46% 0.29% -
HSV(B) 282.35º 0.63% 0.42% -
XYZ 7.49 4.68 14.69 -
YUV 62.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 88 40 108 0.19 0.63 0 0.58 282.35 0.46 0.29
Hex 58 28 6C 13 3F 0 3A 11A 2E 1D
Octal 130 50 154 23 77 0 72 432 56 35
Binary 1011000 101000 1101100 10011 111111 0 111010 100011010 101110 11101

Color Harmonies of #58286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58286C

Black with #58286C

Text Example


Text Example

White with #58286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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