Html Css Color HEX #5A6869 River Bed

📋 copy color: '#5A6869'

red 90 ◦ green 104 ◦ blue 105

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

Shades of River Bed #5A6869

Tints of River Bed #5A6869

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.78%

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

R = 30.1%
G = 34.78%
B = 35.12%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5A6869 (or 0x5A6869) is known color: River Bed. HEX triplet: 5A, 68 and 69. RGB value is (90,104,105). Sum of RGB (Red+Green+Blue) = 90+104+105=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 105 - color contains mainly: blue. Hex color #5A6869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6869 is #A59796. Grayscale: #636363. Windows color (decimal): -10852247 or 6907994. OLE color: 6907994.

HSL color Cylindrical-coordinate representation of color #5A6869: hue angle of 184º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A6869 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 90 104 105 -
CMYK 0.14 0.01 0 0.59
HSL 184º 0.08% 0.38% -
HSV(B) 184º 0.14% 0.41% -
XYZ 11.72 13.09 15.27 -
YUV 99.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 90 104 105 0.14 0.01 0 0.59 184 0.08 0.38
Hex 5A 68 69 E 1 0 3B B8 8 26
Octal 132 150 151 16 1 0 73 270 10 46
Binary 1011010 1101000 1101001 1110 1 0 111011 10111000 1000 100110

Color Harmonies of #5A6869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6869

Black with #5A6869

Text Example


Text Example

White with #5A6869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,104,105); }

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

background-color css

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

 a { background-color: rgb(90,104,105); }

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

border-color css

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

 span { border-color: rgb(90,104,105); }

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