Html Css Color HEX #535877 East Bay

📋 copy color: '#535877'

red 83 ◦ green 88 ◦ blue 119

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

Shades of East Bay #535877

Tints of East Bay #535877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.03%

R = 28.62%
G = 30.34%
B = 41.03%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#535877 (or 0x535877) is known color: East Bay. HEX triplet: 53, 58 and 77. RGB value is (83,88,119). Sum of RGB (Red+Green+Blue) = 83+88+119=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #535877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535877 is #ACA788. Grayscale: #595959. Windows color (decimal): -11315081 or 7821395. OLE color: 7821395.

HSL color Cylindrical-coordinate representation of color #535877: hue angle of 231.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #535877 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 88 119 -
CMYK 0.30 0.26 0 0.53
HSL 231.67º 0.18% 0.4% -
HSV(B) 231.67º 0.3% 0.47% -
XYZ 10.39 10.15 18.86 -
YUV 90.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 83 88 119 0.30 0.26 0 0.53 231.67 0.18 0.4
Hex 53 58 77 1E 1A 0 35 E8 12 28
Octal 123 130 167 36 32 0 65 350 22 50
Binary 1010011 1011000 1110111 11110 11010 0 110101 11101000 10010 101000

Color Harmonies of #535877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535877

Black with #535877

Text Example


Text Example

White with #535877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535877; }

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

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

background-color css

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

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

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

border-color css

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

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

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