Html Css Color HEX #56595B Fiord

📋 copy color: '#56595B'

red 86 ◦ green 89 ◦ blue 91

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

Shades of Fiord #56595B

Tints of Fiord #56595B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.46%

 BLUE value IS 91 (35.94% from 255) = 34.21%

R = 32.33%
G = 33.46%
B = 34.21%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#56595B (or 0x56595B) is known color: Fiord. HEX triplet: 56, 59 and 5B. RGB value is (86,89,91). Sum of RGB (Red+Green+Blue) = 86+89+91=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 91 - color contains mainly: blue. Hex color #56595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56595B is #A9A6A4. Grayscale: #585858. Windows color (decimal): -11118245 or 5986646. OLE color: 5986646.

HSL color Cylindrical-coordinate representation of color #56595B: hue angle of 204º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #56595B is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 86 89 91 -
CMYK 0.05 0.02 0 0.64
HSL 204º 0.03% 0.35% -
HSV(B) 204º 0.05% 0.36% -
XYZ 9.3 9.88 11.31 -
YUV 88.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 86 89 91 0.05 0.02 0 0.64 204 0.03 0.35
Hex 56 59 5B 5 2 0 40 CC 3 23
Octal 126 131 133 5 2 0 100 314 3 43
Binary 1010110 1011001 1011011 101 10 0 1000000 11001100 11 100011

Color Harmonies of #56595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56595B

Black with #56595B

Text Example


Text Example

White with #56595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,89,91); }

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

background-color css

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

 a { background-color: rgb(86,89,91); }

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

border-color css

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

 span { border-color: rgb(86,89,91); }

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