Html Css Color HEX #536867 River Bed

📋 copy color: '#536867'

red 83 ◦ green 104 ◦ blue 103

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

Shades of River Bed #536867

Tints of River Bed #536867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.52%

R = 28.62%
G = 35.86%
B = 35.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#536867 (or 0x536867) is known color: River Bed. HEX triplet: 53, 68 and 67. RGB value is (83,104,103). Sum of RGB (Red+Green+Blue) = 83+104+103=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 104 - color contains mainly: green. Hex color #536867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536867 is #AC9798. Grayscale: #616161. Windows color (decimal): -11311001 or 6776915. OLE color: 6776915.

HSL color Cylindrical-coordinate representation of color #536867: hue angle of 177.14º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #536867 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 104 103 -
CMYK 0.20 0 0.01 0.59
HSL 177.14º 0.11% 0.37% -
HSV(B) 177.14º 0.2% 0.41% -
XYZ 10.97 12.72 14.71 -
YUV 97.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 83 104 103 0.20 0 0.01 0.59 177.14 0.11 0.37
Hex 53 68 67 14 0 1 3B B1 B 25
Octal 123 150 147 24 0 1 73 261 13 45
Binary 1010011 1101000 1100111 10100 0 1 111011 10110001 1011 100101

Color Harmonies of #536867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536867

Black with #536867

Text Example


Text Example

White with #536867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536867; }

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

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

background-color css

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

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

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

border-color css

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

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

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