Html Css Color HEX #535669 East Bay

📋 copy color: '#535669'

red 83 ◦ green 86 ◦ blue 105

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

Shades of East Bay #535669

Tints of East Bay #535669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.39%

 BLUE value IS 105 (41.41% from 255) = 38.32%

R = 30.29%
G = 31.39%
B = 38.32%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#535669 (or 0x535669) is known color: East Bay. HEX triplet: 53, 56 and 69. RGB value is (83,86,105). Sum of RGB (Red+Green+Blue) = 83+86+105=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 105 - color contains mainly: blue. Hex color #535669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535669 is #ACA996. Grayscale: #575757. Windows color (decimal): -11315607 or 6903379. OLE color: 6903379.

HSL color Cylindrical-coordinate representation of color #535669: hue angle of 231.82º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #535669 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 86 105 -
CMYK 0.21 0.18 0 0.59
HSL 231.82º 0.12% 0.37% -
HSV(B) 231.82º 0.21% 0.41% -
XYZ 9.44 9.51 14.7 -
YUV 87.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 83 86 105 0.21 0.18 0 0.59 231.82 0.12 0.37
Hex 53 56 69 15 12 0 3B E8 C 25
Octal 123 126 151 25 22 0 73 350 14 45
Binary 1010011 1010110 1101001 10101 10010 0 111011 11101000 1100 100101

Color Harmonies of #535669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535669

Black with #535669

Text Example


Text Example

White with #535669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535669; }

 p { color: rgb(83,86,105); }

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

background-color css

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

 a { background-color: rgb(83,86,105); }

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

border-color css

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

 span { border-color: rgb(83,86,105); }

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