Html Css Color HEX #58426E Honey Flower

📋 copy color: '#58426E'

red 88 ◦ green 66 ◦ blue 110

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

Shades of Honey Flower #58426E

Tints of Honey Flower #58426E

RGB

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

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

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

R = 33.33%
G = 25%
B = 41.67%

CMYK

 C value IS 0.2

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58426E (or 0x58426E) is known color: Honey Flower. HEX triplet: 58, 42 and 6E. RGB value is (88,66,110). Sum of RGB (Red+Green+Blue) = 88+66+110=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 110 - color contains mainly: blue. Hex color #58426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58426E is #A7BD91. Grayscale: #4D4D4D. Windows color (decimal): -10993042 or 7225944. OLE color: 7225944.

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

Color convert

RGB 88 66 110 -
CMYK 0.2 0.4 0 0.57
HSL 270º 0.25% 0.35% -
HSV(B) 270º 0.4% 0.43% -
XYZ 8.79 7.1 15.66 -
YUV 77.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 88 66 110 0.2 0.4 0 0.57 270 0.25 0.35
Hex 58 42 6E 14 28 0 39 10E 19 23
Octal 130 102 156 24 50 0 71 416 31 43
Binary 1011000 1000010 1101110 10100 101000 0 111001 100001110 11001 100011

Color Harmonies of #58426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58426E

Black with #58426E

Text Example


Text Example

White with #58426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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