Html Css Color HEX #535570 East Bay

📋 copy color: '#535570'

red 83 ◦ green 85 ◦ blue 112

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

Shades of East Bay #535570

Tints of East Bay #535570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.36%

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

R = 29.64%
G = 30.36%
B = 40%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#535570 (or 0x535570) is known color: East Bay. HEX triplet: 53, 55 and 70. RGB value is (83,85,112). Sum of RGB (Red+Green+Blue) = 83+85+112=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #535570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535570 is #ACAA8F. Grayscale: #575757. Windows color (decimal): -11315856 or 7361875. OLE color: 7361875.

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

Color convert

RGB 83 85 112 -
CMYK 0.26 0.24 0 0.56
HSL 235.86º 0.15% 0.38% -
HSV(B) 235.86º 0.26% 0.44% -
XYZ 9.74 9.51 16.65 -
YUV 87.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 83 85 112 0.26 0.24 0 0.56 235.86 0.15 0.38
Hex 53 55 70 1A 18 0 38 EC F 26
Octal 123 125 160 32 30 0 70 354 17 46
Binary 1010011 1010101 1110000 11010 11000 0 111000 11101100 1111 100110

Color Harmonies of #535570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535570

Black with #535570

Text Example


Text Example

White with #535570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535570; }

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

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

background-color css

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

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

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

border-color css

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

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

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