#535A6F

Color #535A6F East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #535A6F

Tints of East Bay #535A6F

Color information

#535A6F (or 0x535A6F) is unknown color: approx East Bay. HEX triplet: 53, 5A and 6F. RGB value is (83,90,111). Sum of RGB (Red+Green+Blue) = 83+90+111=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 111 - color contains mainly: blue. Hex color #535A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A6F is #ACA590. Grayscale: #5A5A5A. Windows color (decimal): -11314577 or 7297619. OLE color: 7297619.

HSL color Cylindrical-coordinate representation of color #535A6F: hue angle of 225º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #535A6F is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8390111-
CMYK0.250.1900.56
HSL225º14.43%38.04%-
HSV(B)225º25.23%43.53%-
XYZ10.0910.316.49-
YUV90.3139.68122.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.23%
GREEN value IS 90 (35.55% from 255) = 31.69%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=29.23%
G=31.69%
B=39.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83901110.250.1900.5622514.4338.04
Hex535A6F1913038e1e26
Octal12313215731230703411646
Binary10100111011010110111111001100110111000111000011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,90,111); }

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

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

 a { background-color: rgb(83,90,111); }

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

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

 span { border-color: rgb(83,90,111); }

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