Html Css Color HEX #58266F Honey Flower

📋 copy color: '#58266F'

red 88 ◦ green 38 ◦ blue 111

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

Shades of Honey Flower #58266F

Tints of Honey Flower #58266F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.03%

 BLUE value IS 111 (43.75% from 255) = 46.84%

R = 37.13%
G = 16.03%
B = 46.84%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#58266F (or 0x58266F) is known color: Honey Flower. HEX triplet: 58, 26 and 6F. RGB value is (88,38,111). Sum of RGB (Red+Green+Blue) = 88+38+111=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #58266F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58266F is #A7D990. Grayscale: #3D3D3D. Windows color (decimal): -11000209 or 7284312. OLE color: 7284312.

HSL color Cylindrical-coordinate representation of color #58266F: hue angle of 281.1º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58266F is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 38 111 -
CMYK 0.21 0.66 0 0.56
HSL 281.1º 0.49% 0.29% -
HSV(B) 281.1º 0.66% 0.44% -
XYZ 7.59 4.61 15.53 -
YUV 61.27 156.07 147.06 -
System Red Green Blue C M Y K H S L
Decimal 88 38 111 0.21 0.66 0 0.56 281.1 0.49 0.29
Hex 58 26 6F 15 42 0 38 119 31 1D
Octal 130 46 157 25 102 0 70 431 61 35
Binary 1011000 100110 1101111 10101 1000010 0 111000 100011001 110001 11101

Color Harmonies of #58266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58266F

Black with #58266F

Text Example


Text Example

White with #58266F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58266F; }

 p { color: rgb(88,38,111); }

 H1.HeaderClassName
 {
   color: #58266F;
 }
 .AnyTagClassName
 {
   color: #58266F;
 }
</style>

background-color css

<style>
 a { background-color: #58266F; }

 a { background-color: rgb(88,38,111); }

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

border-color css

<style>
 span { border-color: #58266F; }

 span { border-color: rgb(88,38,111); }

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