Html Css Color HEX #5A6263 River Bed

📋 copy color: '#5A6263'

red 90 ◦ green 98 ◦ blue 99

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

Shades of River Bed #5A6263

Tints of River Bed #5A6263

RGB

 RED value IS 90 (35.55% from 255) = 31.36%

 GREEN value IS 98 (38.67% from 255) = 34.15%

 BLUE value IS 99 (39.06% from 255) = 34.49%

R = 31.36%
G = 34.15%
B = 34.49%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5A6263 (or 0x5A6263) is known color: River Bed. HEX triplet: 5A, 62 and 63. RGB value is (90,98,99). Sum of RGB (Red+Green+Blue) = 90+98+99=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A6263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6263 is #A59D9C. Grayscale: #5F5F5F. Windows color (decimal): -10853789 or 6513242. OLE color: 6513242.

HSL color Cylindrical-coordinate representation of color #5A6263: hue angle of 186.67º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5A6263 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 98 99 -
CMYK 0.09 0.01 0 0.61
HSL 186.67º 0.05% 0.37% -
HSV(B) 186.67º 0.09% 0.39% -
XYZ 10.84 11.81 13.51 -
YUV 95.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 90 98 99 0.09 0.01 0 0.61 186.67 0.05 0.37
Hex 5A 62 63 9 1 0 3D BB 5 25
Octal 132 142 143 11 1 0 75 273 5 45
Binary 1011010 1100010 1100011 1001 1 0 111101 10111011 101 100101

Color Harmonies of #5A6263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6263

Black with #5A6263

Text Example


Text Example

White with #5A6263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6263; }

 p { color: rgb(90,98,99); }

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

background-color css

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

 a { background-color: rgb(90,98,99); }

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

border-color css

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

 span { border-color: rgb(90,98,99); }

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