Html Css Color HEX #535C5C River Bed

📋 copy color: '#535C5C'

red 83 ◦ green 92 ◦ blue 92

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

Shades of River Bed #535C5C

Tints of River Bed #535C5C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.46%

 BLUE value IS 92 (36.33% from 255) = 34.46%

R = 31.09%
G = 34.46%
B = 34.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#535C5C (or 0x535C5C) is known color: River Bed. HEX triplet: 53, 5C and 5C. RGB value is (83,92,92). Sum of RGB (Red+Green+Blue) = 83+92+92=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #535C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C5C is #ACA3A3. Grayscale: #595959. Windows color (decimal): -11314084 or 6052947. OLE color: 6052947.

HSL color Cylindrical-coordinate representation of color #535C5C: hue angle of 180º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #535C5C is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 92 92 -
CMYK 0.10 0 0 0.64
HSL 180º 0.05% 0.34% -
HSV(B) 180º 0.1% 0.36% -
XYZ 9.33 10.27 11.62 -
YUV 89.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 83 92 92 0.10 0 0 0.64 180 0.05 0.34
Hex 53 5C 5C A 0 0 40 B4 5 22
Octal 123 134 134 12 0 0 100 264 5 42
Binary 1010011 1011100 1011100 1010 0 0 1000000 10110100 101 100010

Color Harmonies of #535C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C5C

Black with #535C5C

Text Example


Text Example

White with #535C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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