Html Css Color HEX #535E60 River Bed

📋 copy color: '#535E60'

red 83 ◦ green 94 ◦ blue 96

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

Shades of River Bed #535E60

Tints of River Bed #535E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.43%

 BLUE value IS 96 (37.89% from 255) = 35.16%

R = 30.4%
G = 34.43%
B = 35.16%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535E60 (or 0x535E60) is known color: River Bed. HEX triplet: 53, 5E and 60. RGB value is (83,94,96). Sum of RGB (Red+Green+Blue) = 83+94+96=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 96 - color contains mainly: blue. Hex color #535E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E60 is #ACA19F. Grayscale: #5A5A5A. Windows color (decimal): -11313568 or 6315603. OLE color: 6315603.

HSL color Cylindrical-coordinate representation of color #535E60: hue angle of 189.23º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #535E60 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 94 96 -
CMYK 0.14 0.02 0 0.62
HSL 189.23º 0.07% 0.35% -
HSV(B) 189.23º 0.14% 0.38% -
XYZ 9.68 10.69 12.62 -
YUV 90.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 83 94 96 0.14 0.02 0 0.62 189.23 0.07 0.35
Hex 53 5E 60 E 2 0 3E BD 7 23
Octal 123 136 140 16 2 0 76 275 7 43
Binary 1010011 1011110 1100000 1110 10 0 111110 10111101 111 100011

Color Harmonies of #535E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E60

Black with #535E60

Text Example


Text Example

White with #535E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535E60; }

 p { color: rgb(83,94,96); }

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

background-color css

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

 a { background-color: rgb(83,94,96); }

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

border-color css

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

 span { border-color: rgb(83,94,96); }

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