Html Css Color HEX #536260 River Bed

📋 copy color: '#536260'

red 83 ◦ green 98 ◦ blue 96

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

Shades of River Bed #536260

Tints of River Bed #536260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.38%

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

R = 29.96%
G = 35.38%
B = 34.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#536260 (or 0x536260) is known color: River Bed. HEX triplet: 53, 62 and 60. RGB value is (83,98,96). Sum of RGB (Red+Green+Blue) = 83+98+96=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 98 - color contains mainly: green. Hex color #536260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536260 is #AC9D9F. Grayscale: #5D5D5D. Windows color (decimal): -11312544 or 6316627. OLE color: 6316627.

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

Color convert

RGB 83 98 96 -
CMYK 0.15 0 0.02 0.62
HSL 172º 0.08% 0.35% -
HSV(B) 172º 0.15% 0.38% -
XYZ 10.05 11.42 12.74 -
YUV 93.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 83 98 96 0.15 0 0.02 0.62 172 0.08 0.35
Hex 53 62 60 F 0 2 3E AC 8 23
Octal 123 142 140 17 0 2 76 254 10 43
Binary 1010011 1100010 1100000 1111 0 10 111110 10101100 1000 100011

Color Harmonies of #536260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536260

Black with #536260

Text Example


Text Example

White with #536260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536260; }

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

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

background-color css

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

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

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

border-color css

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

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

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