Html Css Color HEX #5F2973 Honey Flower

📋 copy color: '#5F2973'

red 95 ◦ green 41 ◦ blue 115

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

Shades of Honey Flower #5F2973

Tints of Honey Flower #5F2973

RGB

 RED value IS 95 (37.5% from 255) = 37.85%

 GREEN value IS 41 (16.41% from 255) = 16.33%

 BLUE value IS 115 (45.31% from 255) = 45.82%

R = 37.85%
G = 16.33%
B = 45.82%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5F2973 (or 0x5F2973) is known color: Honey Flower. HEX triplet: 5F, 29 and 73. RGB value is (95,41,115). Sum of RGB (Red+Green+Blue) = 95+41+115=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F2973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2973 is #A0D68C. Grayscale: #414141. Windows color (decimal): -10540685 or 7547231. OLE color: 7547231.

HSL color Cylindrical-coordinate representation of color #5F2973: hue angle of 283.78º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F2973 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 41 115 -
CMYK 0.17 0.64 0 0.55
HSL 283.78º 0.47% 0.31% -
HSV(B) 283.78º 0.64% 0.45% -
XYZ 8.61 5.26 16.78 -
YUV 65.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 95 41 115 0.17 0.64 0 0.55 283.78 0.47 0.31
Hex 5F 29 73 11 40 0 37 11C 2F 1F
Octal 137 51 163 21 100 0 67 434 57 37
Binary 1011111 101001 1110011 10001 1000000 0 110111 100011100 101111 11111

Color Harmonies of #5F2973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2973

Black with #5F2973

Text Example


Text Example

White with #5F2973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F2973; }

 p { color: rgb(95,41,115); }

 H1.HeaderClassName
 {
   color: #5F2973;
 }
 .AnyTagClassName
 {
   color: #5F2973;
 }
</style>

background-color css

<style>
 a { background-color: #5F2973; }

 a { background-color: rgb(95,41,115); }

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

border-color css

<style>
 span { border-color: #5F2973; }

 span { border-color: rgb(95,41,115); }

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