Html Css Color HEX #56646B Fiord

📋 copy color: '#56646B'

red 86 ◦ green 100 ◦ blue 107

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

Shades of Fiord #56646B

Tints of Fiord #56646B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

 BLUE value IS 107 (42.19% from 255) = 36.52%

R = 29.35%
G = 34.13%
B = 36.52%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56646B (or 0x56646B) is known color: Fiord. HEX triplet: 56, 64 and 6B. RGB value is (86,100,107). Sum of RGB (Red+Green+Blue) = 86+100+107=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 107 - color contains mainly: blue. Hex color #56646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56646B is #A99B94. Grayscale: #606060. Windows color (decimal): -11115413 or 7038038. OLE color: 7038038.

HSL color Cylindrical-coordinate representation of color #56646B: hue angle of 200º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56646B is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 100 107 -
CMYK 0.20 0.07 0 0.58
HSL 200º 0.11% 0.38% -
HSV(B) 200º 0.2% 0.42% -
XYZ 11.05 12.15 15.67 -
YUV 96.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 86 100 107 0.20 0.07 0 0.58 200 0.11 0.38
Hex 56 64 6B 14 7 0 3A C8 B 26
Octal 126 144 153 24 7 0 72 310 13 46
Binary 1010110 1100100 1101011 10100 111 0 111010 11001000 1011 100110

Color Harmonies of #56646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56646B

Black with #56646B

Text Example


Text Example

White with #56646B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56646B; }

 p { color: rgb(86,100,107); }

 H1.HeaderClassName
 {
   color: #56646B;
 }
 .AnyTagClassName
 {
   color: #56646B;
 }
</style>

background-color css

<style>
 a { background-color: #56646B; }

 a { background-color: rgb(86,100,107); }

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

border-color css

<style>
 span { border-color: #56646B; }

 span { border-color: rgb(86,100,107); }

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