Html Css Color HEX #5F6B5E Finlandia

📋 copy color: '#5F6B5E'

red 95 ◦ green 107 ◦ blue 94

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

Shades of Finlandia #5F6B5E

Tints of Finlandia #5F6B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.15%

 BLUE value IS 94 (37.11% from 255) = 31.76%

R = 32.09%
G = 36.15%
B = 31.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#5F6B5E (or 0x5F6B5E) is known color: Finlandia. HEX triplet: 5F, 6B and 5E. RGB value is (95,107,94). Sum of RGB (Red+Green+Blue) = 95+107+94=296 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.09% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6B5E is #A094A1. Grayscale: #656565. Windows color (decimal): -10523810 or 6187871. OLE color: 6187871.

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

Color convert

RGB 95 107 94 -
CMYK 0.11 0 0.12 0.58
HSL 115.38º 0.06% 0.39% -
HSV(B) 115.38º 0.12% 0.42% -
XYZ 12 13.76 12.61 -
YUV 101.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 95 107 94 0.11 0 0.12 0.58 115.38 0.06 0.39
Hex 5F 6B 5E B 0 C 3A 73 6 27
Octal 137 153 136 13 0 14 72 163 6 47
Binary 1011111 1101011 1011110 1011 0 1100 111010 1110011 110 100111

Color Harmonies of #5F6B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6B5E

Black with #5F6B5E

Text Example


Text Example

White with #5F6B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,107,94); }

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

background-color css

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

 a { background-color: rgb(95,107,94); }

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

border-color css

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

 span { border-color: rgb(95,107,94); }

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