Html Css Color HEX #535870 East Bay

📋 copy color: '#535870'

red 83 ◦ green 88 ◦ blue 112

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

Shades of East Bay #535870

Tints of East Bay #535870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.58%

R = 29.33%
G = 31.1%
B = 39.58%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#535870 (or 0x535870) is known color: East Bay. HEX triplet: 53, 58 and 70. RGB value is (83,88,112). Sum of RGB (Red+Green+Blue) = 83+88+112=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #535870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535870 is #ACA78F. Grayscale: #595959. Windows color (decimal): -11315088 or 7362643. OLE color: 7362643.

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

Color convert

RGB 83 88 112 -
CMYK 0.26 0.21 0 0.56
HSL 229.66º 0.15% 0.38% -
HSV(B) 229.66º 0.26% 0.44% -
XYZ 9.98 9.99 16.73 -
YUV 89.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 83 88 112 0.26 0.21 0 0.56 229.66 0.15 0.38
Hex 53 58 70 1A 15 0 38 E6 F 26
Octal 123 130 160 32 25 0 70 346 17 46
Binary 1010011 1011000 1110000 11010 10101 0 111000 11100110 1111 100110

Color Harmonies of #535870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535870

Black with #535870

Text Example


Text Example

White with #535870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535870; }

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

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

background-color css

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

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

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

border-color css

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

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

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