Html Css Color HEX #536462 River Bed

📋 copy color: '#536462'

red 83 ◦ green 100 ◦ blue 98

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

Shades of River Bed #536462

Tints of River Bed #536462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.59%

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

R = 29.54%
G = 35.59%
B = 34.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#536462 (or 0x536462) is known color: River Bed. HEX triplet: 53, 64 and 62. RGB value is (83,100,98). Sum of RGB (Red+Green+Blue) = 83+100+98=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 100 - color contains mainly: green. Hex color #536462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536462 is #AC9B9D. Grayscale: #5E5E5E. Windows color (decimal): -11312030 or 6448211. OLE color: 6448211.

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

Color convert

RGB 83 100 98 -
CMYK 0.17 0 0.02 0.61
HSL 172.94º 0.09% 0.36% -
HSV(B) 172.94º 0.17% 0.39% -
XYZ 10.33 11.84 13.3 -
YUV 94.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 83 100 98 0.17 0 0.02 0.61 172.94 0.09 0.36
Hex 53 64 62 11 0 2 3D AD 9 24
Octal 123 144 142 21 0 2 75 255 11 44
Binary 1010011 1100100 1100010 10001 0 10 111101 10101101 1001 100100

Color Harmonies of #536462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536462

Black with #536462

Text Example


Text Example

White with #536462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536462; }

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

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

background-color css

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

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

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

border-color css

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

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

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