Html Css Color HEX #5D6F5D Finlandia

📋 copy color: '#5D6F5D'

red 93 ◦ green 111 ◦ blue 93

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

Shades of Finlandia #5D6F5D

Tints of Finlandia #5D6F5D

RGB

 RED value IS 93 (36.72% from 255) = 31.31%

 GREEN value IS 111 (43.75% from 255) = 37.37%

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 31.31%
G = 37.37%
B = 31.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#5D6F5D (or 0x5D6F5D) is known color: Finlandia. HEX triplet: 5D, 6F and 5D. RGB value is (93,111,93). Sum of RGB (Red+Green+Blue) = 93+111+93=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 111 - color contains mainly: green. Hex color #5D6F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6F5D is #A290A2. Grayscale: #676767. Windows color (decimal): -10653859 or 6123357. OLE color: 6123357.

HSL color Cylindrical-coordinate representation of color #5D6F5D: hue angle of 120º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5D6F5D is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 111 93 -
CMYK 0.16 0 0.16 0.56
HSL 120º 0.09% 0.4% -
HSV(B) 120º 0.16% 0.44% -
XYZ 12.17 14.49 12.51 -
YUV 103.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 93 111 93 0.16 0 0.16 0.56 120 0.09 0.4
Hex 5D 6F 5D 10 0 10 38 78 9 28
Octal 135 157 135 20 0 20 70 170 11 50
Binary 1011101 1101111 1011101 10000 0 10000 111000 1111000 1001 101000

Color Harmonies of #5D6F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6F5D

Black with #5D6F5D

Text Example


Text Example

White with #5D6F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,111,93); }

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

background-color css

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

 a { background-color: rgb(93,111,93); }

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

border-color css

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

 span { border-color: rgb(93,111,93); }

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