Html Css Color HEX #535768 East Bay

📋 copy color: '#535768'

red 83 ◦ green 87 ◦ blue 104

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

Shades of East Bay #535768

Tints of East Bay #535768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.75%

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 30.29%
G = 31.75%
B = 37.96%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#535768 (or 0x535768) is known color: East Bay. HEX triplet: 53, 57 and 68. RGB value is (83,87,104). Sum of RGB (Red+Green+Blue) = 83+87+104=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 104 - color contains mainly: blue. Hex color #535768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535768 is #ACA897. Grayscale: #575757. Windows color (decimal): -11315352 or 6838099. OLE color: 6838099.

HSL color Cylindrical-coordinate representation of color #535768: hue angle of 228.57º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #535768 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 87 104 -
CMYK 0.20 0.16 0 0.59
HSL 228.57º 0.11% 0.37% -
HSV(B) 228.57º 0.2% 0.41% -
XYZ 9.47 9.65 14.46 -
YUV 87.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 83 87 104 0.20 0.16 0 0.59 228.57 0.11 0.37
Hex 53 57 68 14 10 0 3B E5 B 25
Octal 123 127 150 24 20 0 73 345 13 45
Binary 1010011 1010111 1101000 10100 10000 0 111011 11100101 1011 100101

Color Harmonies of #535768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535768

Black with #535768

Text Example


Text Example

White with #535768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535768; }

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

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

background-color css

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

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

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

border-color css

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

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

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