Html Css Color HEX #5F396C Honey Flower

📋 copy color: '#5F396C'

red 95 ◦ green 57 ◦ blue 108

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

Shades of Honey Flower #5F396C

Tints of Honey Flower #5F396C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.92%

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

R = 36.54%
G = 21.92%
B = 41.54%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5F396C (or 0x5F396C) is known color: Honey Flower. HEX triplet: 5F, 39 and 6C. RGB value is (95,57,108). Sum of RGB (Red+Green+Blue) = 95+57+108=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F396C is #A0C693. Grayscale: #4A4A4A. Windows color (decimal): -10536596 or 7092575. OLE color: 7092575.

HSL color Cylindrical-coordinate representation of color #5F396C: hue angle of 284.71º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F396C is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 95 57 108 -
CMYK 0.12 0.47 0 0.58
HSL 284.71º 0.31% 0.32% -
HSV(B) 284.71º 0.47% 0.42% -
XYZ 8.89 6.44 14.96 -
YUV 74.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 95 57 108 0.12 0.47 0 0.58 284.71 0.31 0.32
Hex 5F 39 6C C 2F 0 3A 11D 1F 20
Octal 137 71 154 14 57 0 72 435 37 40
Binary 1011111 111001 1101100 1100 101111 0 111010 100011101 11111 100000

Color Harmonies of #5F396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F396C

Black with #5F396C

Text Example


Text Example

White with #5F396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,57,108); }

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

background-color css

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

 a { background-color: rgb(95,57,108); }

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

border-color css

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

 span { border-color: rgb(95,57,108); }

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