Html Css Color HEX #536564 River Bed

📋 copy color: '#536564'

red 83 ◦ green 101 ◦ blue 100

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

Shades of River Bed #536564

Tints of River Bed #536564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.56%

 BLUE value IS 100 (39.45% from 255) = 35.21%

R = 29.23%
G = 35.56%
B = 35.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#536564 (or 0x536564) is known color: River Bed. HEX triplet: 53, 65 and 64. RGB value is (83,101,100). Sum of RGB (Red+Green+Blue) = 83+101+100=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 101 - color contains mainly: green. Hex color #536564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536564 is #AC9A9B. Grayscale: #5F5F5F. Windows color (decimal): -11311772 or 6579539. OLE color: 6579539.

HSL color Cylindrical-coordinate representation of color #536564: hue angle of 176.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #536564 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 100 -
CMYK 0.18 0 0.01 0.60
HSL 176.67º 0.1% 0.36% -
HSV(B) 176.67º 0.18% 0.4% -
XYZ 10.52 12.07 13.83 -
YUV 95.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 83 101 100 0.18 0 0.01 0.60 176.67 0.1 0.36
Hex 53 65 64 12 0 1 3C B1 A 24
Octal 123 145 144 22 0 1 74 261 12 44
Binary 1010011 1100101 1100100 10010 0 1 111100 10110001 1010 100100

Color Harmonies of #536564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536564

Black with #536564

Text Example


Text Example

White with #536564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536564; }

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

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

background-color css

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

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

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

border-color css

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

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

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