Html Css Color HEX #536060 River Bed

📋 copy color: '#536060'

red 83 ◦ green 96 ◦ blue 96

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

Shades of River Bed #536060

Tints of River Bed #536060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.91%

 BLUE value IS 96 (37.89% from 255) = 34.91%

R = 30.18%
G = 34.91%
B = 34.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#536060 (or 0x536060) is known color: River Bed. HEX triplet: 53, 60 and 60. RGB value is (83,96,96). Sum of RGB (Red+Green+Blue) = 83+96+96=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #536060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536060 is #AC9F9F. Grayscale: #5C5C5C. Windows color (decimal): -11313056 or 6316115. OLE color: 6316115.

HSL color Cylindrical-coordinate representation of color #536060: hue angle of 180º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #536060 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 96 96 -
CMYK 0.14 0 0 0.62
HSL 180º 0.07% 0.35% -
HSV(B) 180º 0.14% 0.38% -
XYZ 9.86 11.05 12.68 -
YUV 92.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 83 96 96 0.14 0 0 0.62 180 0.07 0.35
Hex 53 60 60 E 0 0 3E B4 7 23
Octal 123 140 140 16 0 0 76 264 7 43
Binary 1010011 1100000 1100000 1110 0 0 111110 10110100 111 100011

Color Harmonies of #536060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536060

Black with #536060

Text Example


Text Example

White with #536060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536060; }

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

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

background-color css

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

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

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

border-color css

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

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

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