Html Css Color HEX #58426D Honey Flower

📋 copy color: '#58426D'

red 88 ◦ green 66 ◦ blue 109

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

Shades of Honey Flower #58426D

Tints of Honey Flower #58426D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.1%

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

R = 33.46%
G = 25.1%
B = 41.44%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58426D (or 0x58426D) is known color: Honey Flower. HEX triplet: 58, 42 and 6D. RGB value is (88,66,109). Sum of RGB (Red+Green+Blue) = 88+66+109=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #58426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58426D is #A7BD92. Grayscale: #4D4D4D. Windows color (decimal): -10993043 or 7160408. OLE color: 7160408.

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

Color convert

RGB 88 66 109 -
CMYK 0.19 0.39 0 0.57
HSL 270.7º 0.25% 0.34% -
HSV(B) 270.7º 0.39% 0.43% -
XYZ 8.73 7.08 15.37 -
YUV 77.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 88 66 109 0.19 0.39 0 0.57 270.7 0.25 0.34
Hex 58 42 6D 13 27 0 39 10F 19 22
Octal 130 102 155 23 47 0 71 417 31 42
Binary 1011000 1000010 1101101 10011 100111 0 111001 100001111 11001 100010

Color Harmonies of #58426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58426D

Black with #58426D

Text Example


Text Example

White with #58426D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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