Html Css Color HEX #535957 Cape Cod

📋 copy color: '#535957'

red 83 ◦ green 89 ◦ blue 87

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

Shades of Cape Cod #535957

Tints of Cape Cod #535957

RGB

 RED value IS 83 (32.81% from 255) = 32.05%

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

 BLUE value IS 87 (34.38% from 255) = 33.59%

R = 32.05%
G = 34.36%
B = 33.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#535957 (or 0x535957) is known color: Cape Cod. HEX triplet: 53, 59 and 57. RGB value is (83,89,87). Sum of RGB (Red+Green+Blue) = 83+89+87=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 89 - color contains mainly: green. Hex color #535957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535957 is #ACA6A8. Grayscale: #565656. Windows color (decimal): -11314857 or 5724499. OLE color: 5724499.

HSL color Cylindrical-coordinate representation of color #535957: hue angle of 160º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #535957 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 89 87 -
CMYK 0.07 0 0.02 0.65
HSL 160º 0.03% 0.34% -
HSV(B) 160º 0.07% 0.35% -
XYZ 8.86 9.67 10.42 -
YUV 86.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 83 89 87 0.07 0 0.02 0.65 160 0.03 0.34
Hex 53 59 57 7 0 2 41 A0 3 22
Octal 123 131 127 7 0 2 101 240 3 42
Binary 1010011 1011001 1010111 111 0 10 1000001 10100000 11 100010

Color Harmonies of #535957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535957

Black with #535957

Text Example


Text Example

White with #535957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535957; }

 p { color: rgb(83,89,87); }

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

background-color css

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

 a { background-color: rgb(83,89,87); }

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

border-color css

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

 span { border-color: rgb(83,89,87); }

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