Html Css Color HEX #565D61 Fiord

📋 copy color: '#565D61'

red 86 ◦ green 93 ◦ blue 97

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

Shades of Fiord #565D61

Tints of Fiord #565D61

RGB

 RED value IS 86 (33.98% from 255) = 31.16%

 GREEN value IS 93 (36.72% from 255) = 33.7%

 BLUE value IS 97 (38.28% from 255) = 35.14%

R = 31.16%
G = 33.7%
B = 35.14%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565D61 (or 0x565D61) is known color: Fiord. HEX triplet: 56, 5D and 61. RGB value is (86,93,97). Sum of RGB (Red+Green+Blue) = 86+93+97=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 97 - color contains mainly: blue. Hex color #565D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D61 is #A9A29E. Grayscale: #5B5B5B. Windows color (decimal): -11117215 or 6380886. OLE color: 6380886.

HSL color Cylindrical-coordinate representation of color #565D61: hue angle of 201.82º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #565D61 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 93 97 -
CMYK 0.11 0.04 0 0.62
HSL 201.82º 0.06% 0.36% -
HSV(B) 201.82º 0.11% 0.38% -
XYZ 9.91 10.67 12.85 -
YUV 91.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 86 93 97 0.11 0.04 0 0.62 201.82 0.06 0.36
Hex 56 5D 61 B 4 0 3E CA 6 24
Octal 126 135 141 13 4 0 76 312 6 44
Binary 1010110 1011101 1100001 1011 100 0 111110 11001010 110 100100

Color Harmonies of #565D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565D61

Black with #565D61

Text Example


Text Example

White with #565D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565D61; }

 p { color: rgb(86,93,97); }

 H1.HeaderClassName
 {
   color: #565D61;
 }
 .AnyTagClassName
 {
   color: #565D61;
 }
</style>

background-color css

<style>
 a { background-color: #565D61; }

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

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

border-color css

<style>
 span { border-color: #565D61; }

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

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