Html Css Color HEX #58256D Honey Flower

📋 copy color: '#58256D'

red 88 ◦ green 37 ◦ blue 109

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

Shades of Honey Flower #58256D

Tints of Honey Flower #58256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

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

R = 37.61%
G = 15.81%
B = 46.58%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58256D (or 0x58256D) is known color: Honey Flower. HEX triplet: 58, 25 and 6D. RGB value is (88,37,109). Sum of RGB (Red+Green+Blue) = 88+37+109=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #58256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58256D is #A7DA92. Grayscale: #3C3C3C. Windows color (decimal): -11000467 or 7152984. OLE color: 7152984.

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

Color convert

RGB 88 37 109 -
CMYK 0.19 0.66 0 0.57
HSL 282.5º 0.49% 0.29% -
HSV(B) 282.5º 0.66% 0.43% -
XYZ 7.45 4.5 14.94 -
YUV 60.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 88 37 109 0.19 0.66 0 0.57 282.5 0.49 0.29
Hex 58 25 6D 13 42 0 39 11A 31 1D
Octal 130 45 155 23 102 0 71 432 61 35
Binary 1011000 100101 1101101 10011 1000010 0 111001 100011010 110001 11101

Color Harmonies of #58256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58256D

Black with #58256D

Text Example


Text Example

White with #58256D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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