Html Css Color HEX #536969 River Bed

📋 copy color: '#536969'

red 83 ◦ green 105 ◦ blue 105

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

Shades of River Bed #536969

Tints of River Bed #536969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.84%

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

R = 28.33%
G = 35.84%
B = 35.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#536969 (or 0x536969) is known color: River Bed. HEX triplet: 53, 69 and 69. RGB value is (83,105,105). Sum of RGB (Red+Green+Blue) = 83+105+105=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #536969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536969 is #AC9696. Grayscale: #626262. Windows color (decimal): -11310743 or 6908243. OLE color: 6908243.

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

Color convert

RGB 83 105 105 -
CMYK 0.21 0 0 0.59
HSL 180º 0.12% 0.37% -
HSV(B) 180º 0.21% 0.41% -
XYZ 11.17 12.96 15.28 -
YUV 98.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 83 105 105 0.21 0 0 0.59 180 0.12 0.37
Hex 53 69 69 15 0 0 3B B4 C 25
Octal 123 151 151 25 0 0 73 264 14 45
Binary 1010011 1101001 1101001 10101 0 0 111011 10110100 1100 100101

Color Harmonies of #536969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536969

Black with #536969

Text Example


Text Example

White with #536969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536969; }

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

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

background-color css

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

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

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

border-color css

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

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

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