Html Css Color HEX #565C61 Fiord

📋 copy color: '#565C61'

red 86 ◦ green 92 ◦ blue 97

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

Shades of Fiord #565C61

Tints of Fiord #565C61

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.45%

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

R = 31.27%
G = 33.45%
B = 35.27%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565C61 (or 0x565C61) is known color: Fiord. HEX triplet: 56, 5C and 61. RGB value is (86,92,97). Sum of RGB (Red+Green+Blue) = 86+92+97=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 97 - color contains mainly: blue. Hex color #565C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C61 is #A9A39E. Grayscale: #5A5A5A. Windows color (decimal): -11117471 or 6380630. OLE color: 6380630.

HSL color Cylindrical-coordinate representation of color #565C61: hue angle of 207.27º 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 #565C61 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 92 97 -
CMYK 0.11 0.05 0 0.62
HSL 207.27º 0.06% 0.36% -
HSV(B) 207.27º 0.11% 0.38% -
XYZ 9.82 10.5 12.82 -
YUV 90.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 86 92 97 0.11 0.05 0 0.62 207.27 0.06 0.36
Hex 56 5C 61 B 5 0 3E CF 6 24
Octal 126 134 141 13 5 0 76 317 6 44
Binary 1010110 1011100 1100001 1011 101 0 111110 11001111 110 100100

Color Harmonies of #565C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565C61

Black with #565C61

Text Example


Text Example

White with #565C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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