#535B58

Color #535B58 Cape Cod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Cod #535B58

Tints of Cape Cod #535B58

Color information

#535B58 (or 0x535B58) is unknown color: approx Cape Cod. HEX triplet: 53, 5B and 58. RGB value is (83,91,88). Sum of RGB (Red+Green+Blue) = 83+91+88=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 91 - color contains mainly: green. Hex color #535B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B58 is #ACA4A7. Grayscale: #585858. Windows color (decimal): -11314344 or 5790547. OLE color: 5790547.

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

Color convert

RGB839188-
CMYK0.0900.030.64
HSL157.5º4.6%34.12%-
HSV(B)157.5º8.79%35.69%-
XYZ9.0710.0310.69-
YUV88.27127.85124.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 91 (35.94% from 255) = 34.73%
BLUE value IS 88 (34.77% from 255) = 33.59%
R=31.68%
G=34.73%
B=33.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8391880.0900.030.64157.54.634.12
Hex535B58903409d522
Octal1231331301103100235542
Binary1010011101101110110001001011100000010011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535B58; }

 p { color: rgb(83,91,88); }

 H1.HeaderClassName
 {
   color: #535B58;
 }
 .AnyTagClassName
 {
   color: #535B58;
 }
</style>
background-color css

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

 a { background-color: rgb(83,91,88); }

 div.DivClassName
 {
   background-color: #535B58;
 }
 .BgClassName
 {
   background-color: #535B58;
 }
</style>
border-color css

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

 span { border-color: rgb(83,91,88); }

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