Html Css Color HEX #536869 River Bed

📋 copy color: '#536869'

red 83 ◦ green 104 ◦ blue 105

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

Shades of River Bed #536869

Tints of River Bed #536869

RGB

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

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

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

R = 28.42%
G = 35.62%
B = 35.96%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#536869 (or 0x536869) is known color: River Bed. HEX triplet: 53, 68 and 69. RGB value is (83,104,105). Sum of RGB (Red+Green+Blue) = 83+104+105=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 105 - color contains mainly: blue. Hex color #536869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536869 is #AC9796. Grayscale: #616161. Windows color (decimal): -11310999 or 6907987. OLE color: 6907987.

HSL color Cylindrical-coordinate representation of color #536869: hue angle of 182.73º 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 #536869 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 104 105 -
CMYK 0.21 0.01 0 0.59
HSL 182.73º 0.12% 0.37% -
HSV(B) 182.73º 0.21% 0.41% -
XYZ 11.07 12.76 15.24 -
YUV 97.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 83 104 105 0.21 0.01 0 0.59 182.73 0.12 0.37
Hex 53 68 69 15 1 0 3B B7 C 25
Octal 123 150 151 25 1 0 73 267 14 45
Binary 1010011 1101000 1101001 10101 1 0 111011 10110111 1100 100101

Color Harmonies of #536869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536869

Black with #536869

Text Example


Text Example

White with #536869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536869; }

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

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

background-color css

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

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

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

border-color css

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

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

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