Html Css Color HEX #536362 River Bed

📋 copy color: '#536362'

red 83 ◦ green 99 ◦ blue 98

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

Shades of River Bed #536362

Tints of River Bed #536362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

 BLUE value IS 98 (38.67% from 255) = 35%

R = 29.64%
G = 35.36%
B = 35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#536362 (or 0x536362) is known color: River Bed. HEX triplet: 53, 63 and 62. RGB value is (83,99,98). Sum of RGB (Red+Green+Blue) = 83+99+98=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 99 - color contains mainly: green. Hex color #536362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536362 is #AC9C9D. Grayscale: #5E5E5E. Windows color (decimal): -11312286 or 6447955. OLE color: 6447955.

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

Color convert

RGB 83 99 98 -
CMYK 0.16 0 0.01 0.61
HSL 176.25º 0.09% 0.36% -
HSV(B) 176.25º 0.16% 0.39% -
XYZ 10.23 11.64 13.26 -
YUV 94.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 83 99 98 0.16 0 0.01 0.61 176.25 0.09 0.36
Hex 53 63 62 10 0 1 3D B0 9 24
Octal 123 143 142 20 0 1 75 260 11 44
Binary 1010011 1100011 1100010 10000 0 1 111101 10110000 1001 100100

Color Harmonies of #536362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536362

Black with #536362

Text Example


Text Example

White with #536362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536362; }

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

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

background-color css

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

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

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

border-color css

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

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

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