Html Css Color HEX #5F3B6E Honey Flower

📋 copy color: '#5F3B6E'

red 95 ◦ green 59 ◦ blue 110

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

Shades of Honey Flower #5F3B6E

Tints of Honey Flower #5F3B6E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.35%

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

R = 35.98%
G = 22.35%
B = 41.67%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5F3B6E (or 0x5F3B6E) is known color: Honey Flower. HEX triplet: 5F, 3B and 6E. RGB value is (95,59,110). Sum of RGB (Red+Green+Blue) = 95+59+110=264 (34% of max value = 765). Red value is 95 (37.5% from 255 or 35.98% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F3B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3B6E is #A0C491. Grayscale: #4B4B4B. Windows color (decimal): -10536082 or 7224159. OLE color: 7224159.

HSL color Cylindrical-coordinate representation of color #5F3B6E: hue angle of 282.35º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F3B6E is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 95 59 110 -
CMYK 0.14 0.46 0 0.57
HSL 282.35º 0.3% 0.33% -
HSV(B) 282.35º 0.46% 0.43% -
XYZ 9.1 6.69 15.56 -
YUV 75.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 95 59 110 0.14 0.46 0 0.57 282.35 0.3 0.33
Hex 5F 3B 6E E 2E 0 39 11A 1E 21
Octal 137 73 156 16 56 0 71 432 36 41
Binary 1011111 111011 1101110 1110 101110 0 111001 100011010 11110 100001

Color Harmonies of #5F3B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3B6E

Black with #5F3B6E

Text Example


Text Example

White with #5F3B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,59,110); }

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

background-color css

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

 a { background-color: rgb(95,59,110); }

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

border-color css

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

 span { border-color: rgb(95,59,110); }

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