Html Css Color HEX #535469 East Bay

📋 copy color: '#535469'

red 83 ◦ green 84 ◦ blue 105

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

Shades of East Bay #535469

Tints of East Bay #535469

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.88%

 BLUE value IS 105 (41.41% from 255) = 38.6%

R = 30.51%
G = 30.88%
B = 38.6%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#535469 (or 0x535469) is known color: East Bay. HEX triplet: 53, 54 and 69. RGB value is (83,84,105). Sum of RGB (Red+Green+Blue) = 83+84+105=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 105 - color contains mainly: blue. Hex color #535469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535469 is #ACAB96. Grayscale: #565656. Windows color (decimal): -11316119 or 6902867. OLE color: 6902867.

HSL color Cylindrical-coordinate representation of color #535469: hue angle of 237.27º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #535469 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 84 105 -
CMYK 0.21 0.20 0 0.59
HSL 237.27º 0.12% 0.37% -
HSV(B) 237.27º 0.21% 0.41% -
XYZ 9.29 9.2 14.65 -
YUV 86.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 83 84 105 0.21 0.20 0 0.59 237.27 0.12 0.37
Hex 53 54 69 15 14 0 3B ED C 25
Octal 123 124 151 25 24 0 73 355 14 45
Binary 1010011 1010100 1101001 10101 10100 0 111011 11101101 1100 100101

Color Harmonies of #535469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535469

Black with #535469

Text Example


Text Example

White with #535469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535469; }

 p { color: rgb(83,84,105); }

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

background-color css

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

 a { background-color: rgb(83,84,105); }

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

border-color css

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

 span { border-color: rgb(83,84,105); }

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