Html Css Color HEX #535B58 Cape Cod

📋 copy color: '#535B58'

red 83 ◦ green 91 ◦ blue 88

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

Shades of Cape Cod #535B58

Tints of Cape Cod #535B58

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 value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#535B58 (or 0x535B58) is known color: 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

RGB 83 91 88 -
CMYK 0.09 0 0.03 0.64
HSL 157.5º 0.05% 0.34% -
HSV(B) 157.5º 0.09% 0.36% -
XYZ 9.07 10.03 10.69 -
YUV 88.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 83 91 88 0.09 0 0.03 0.64 157.5 0.05 0.34
Hex 53 5B 58 9 0 3 40 9E 5 22
Octal 123 133 130 11 0 3 100 236 5 42
Binary 1010011 1011011 1011000 1001 0 11 1000000 10011110 101 100010

Color Harmonies of #535B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535B58

Black with #535B58

Text Example


Text Example

White with #535B58

Text Example


Text Example

HTML Codes & Css Web 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>