Html Css Color HEX #535871 East Bay

📋 copy color: '#535871'

red 83 ◦ green 88 ◦ blue 113

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

Shades of East Bay #535871

Tints of East Bay #535871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.99%

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

R = 29.23%
G = 30.99%
B = 39.79%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#535871 (or 0x535871) is known color: East Bay. HEX triplet: 53, 58 and 71. RGB value is (83,88,113). Sum of RGB (Red+Green+Blue) = 83+88+113=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 113 - color contains mainly: blue. Hex color #535871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535871 is #ACA78E. Grayscale: #595959. Windows color (decimal): -11315087 or 7428179. OLE color: 7428179.

HSL color Cylindrical-coordinate representation of color #535871: hue angle of 230º 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 #535871 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 88 113 -
CMYK 0.27 0.22 0 0.56
HSL 230º 0.15% 0.38% -
HSV(B) 230º 0.27% 0.44% -
XYZ 10.04 10.01 17.03 -
YUV 89.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 83 88 113 0.27 0.22 0 0.56 230 0.15 0.38
Hex 53 58 71 1B 16 0 38 E6 F 26
Octal 123 130 161 33 26 0 70 346 17 46
Binary 1010011 1011000 1110001 11011 10110 0 111000 11100110 1111 100110

Color Harmonies of #535871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535871

Black with #535871

Text Example


Text Example

White with #535871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535871; }

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

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

background-color css

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

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

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

border-color css

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

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

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