Html Css Color HEX #567764 Como

📋 copy color: '#567764'

red 86 ◦ green 119 ◦ blue 100

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

Shades of Como #567764

Tints of Como #567764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.02%

 BLUE value IS 100 (39.45% from 255) = 32.79%

R = 28.2%
G = 39.02%
B = 32.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#567764 (or 0x567764) is known color: Como. HEX triplet: 56, 77 and 64. RGB value is (86,119,100). Sum of RGB (Red+Green+Blue) = 86+119+100=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 119 - color contains mainly: green. Hex color #567764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567764 is #A9889B. Grayscale: #6B6B6B. Windows color (decimal): -11110556 or 6584150. OLE color: 6584150.

HSL color Cylindrical-coordinate representation of color #567764: hue angle of 145.45º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #567764 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 119 100 -
CMYK 0.28 0 0.16 0.53
HSL 145.45º 0.16% 0.4% -
HSV(B) 145.45º 0.28% 0.47% -
XYZ 12.73 16.09 14.49 -
YUV 106.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 86 119 100 0.28 0 0.16 0.53 145.45 0.16 0.4
Hex 56 77 64 1C 0 10 35 91 10 28
Octal 126 167 144 34 0 20 65 221 20 50
Binary 1010110 1110111 1100100 11100 0 10000 110101 10010001 10000 101000

Color Harmonies of #567764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567764

Black with #567764

Text Example


Text Example

White with #567764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567764; }

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

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

background-color css

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

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

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

border-color css

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

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

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