Html Css Color HEX #58306E Honey Flower

📋 copy color: '#58306E'

red 88 ◦ green 48 ◦ blue 110

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

Shades of Honey Flower #58306E

Tints of Honey Flower #58306E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.51%

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

R = 35.77%
G = 19.51%
B = 44.72%

CMYK

 C value IS 0.2

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58306E (or 0x58306E) is known color: Honey Flower. HEX triplet: 58, 30 and 6E. RGB value is (88,48,110). Sum of RGB (Red+Green+Blue) = 88+48+110=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #58306E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58306E is #A7CF91. Grayscale: #424242. Windows color (decimal): -10997650 or 7221336. OLE color: 7221336.

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

Color convert

RGB 88 48 110 -
CMYK 0.2 0.56 0 0.57
HSL 278.71º 0.39% 0.31% -
HSV(B) 278.71º 0.56% 0.43% -
XYZ 7.9 5.31 15.36 -
YUV 67.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 88 48 110 0.2 0.56 0 0.57 278.71 0.39 0.31
Hex 58 30 6E 14 38 0 39 117 27 1F
Octal 130 60 156 24 70 0 71 427 47 37
Binary 1011000 110000 1101110 10100 111000 0 111001 100010111 100111 11111

Color Harmonies of #58306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58306E

Black with #58306E

Text Example


Text Example

White with #58306E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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