Html Css Color HEX #58306C Honey Flower

📋 copy color: '#58306C'

red 88 ◦ green 48 ◦ blue 108

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

Shades of Honey Flower #58306C

Tints of Honey Flower #58306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.26%

R = 36.07%
G = 19.67%
B = 44.26%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58306C (or 0x58306C) is known color: Honey Flower. HEX triplet: 58, 30 and 6C. RGB value is (88,48,108). Sum of RGB (Red+Green+Blue) = 88+48+108=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #58306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58306C is #A7CF93. Grayscale: #424242. Windows color (decimal): -10997652 or 7090264. OLE color: 7090264.

HSL color Cylindrical-coordinate representation of color #58306C: hue angle of 280º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58306C is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 48 108 -
CMYK 0.19 0.56 0 0.58
HSL 280º 0.38% 0.31% -
HSV(B) 280º 0.56% 0.42% -
XYZ 7.79 5.27 14.79 -
YUV 66.8 151.25 143.12 -
System Red Green Blue C M Y K H S L
Decimal 88 48 108 0.19 0.56 0 0.58 280 0.38 0.31
Hex 58 30 6C 13 38 0 3A 118 26 1F
Octal 130 60 154 23 70 0 72 430 46 37
Binary 1011000 110000 1101100 10011 111000 0 111010 100011000 100110 11111

Color Harmonies of #58306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58306C

Black with #58306C

Text Example


Text Example

White with #58306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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