Html Css Color HEX #535671 East Bay

📋 copy color: '#535671'

red 83 ◦ green 86 ◦ blue 113

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

Shades of East Bay #535671

Tints of East Bay #535671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.07%

R = 29.43%
G = 30.5%
B = 40.07%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#535671 (or 0x535671) is known color: East Bay. HEX triplet: 53, 56 and 71. RGB value is (83,86,113). Sum of RGB (Red+Green+Blue) = 83+86+113=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: blue. Hex color #535671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535671 is #ACA98E. Grayscale: #585858. Windows color (decimal): -11315599 or 7427667. OLE color: 7427667.

HSL color Cylindrical-coordinate representation of color #535671: hue angle of 234º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #535671 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 86 113 -
CMYK 0.27 0.24 0 0.56
HSL 234º 0.15% 0.38% -
HSV(B) 234º 0.27% 0.44% -
XYZ 9.88 9.69 16.97 -
YUV 88.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 83 86 113 0.27 0.24 0 0.56 234 0.15 0.38
Hex 53 56 71 1B 18 0 38 EA F 26
Octal 123 126 161 33 30 0 70 352 17 46
Binary 1010011 1010110 1110001 11011 11000 0 111000 11101010 1111 100110

Color Harmonies of #535671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535671

Black with #535671

Text Example


Text Example

White with #535671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535671; }

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

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

background-color css

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

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

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

border-color css

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

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

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