Html Css Color HEX #536863 William

📋 copy color: '#536863'

red 83 ◦ green 104 ◦ blue 99

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

Shades of William #536863

Tints of William #536863

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.36%

 BLUE value IS 99 (39.06% from 255) = 34.62%

R = 29.02%
G = 36.36%
B = 34.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#536863 (or 0x536863) is known color: William. HEX triplet: 53, 68 and 63. RGB value is (83,104,99). Sum of RGB (Red+Green+Blue) = 83+104+99=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 104 - color contains mainly: green. Hex color #536863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536863 is #AC979C. Grayscale: #616161. Windows color (decimal): -11311005 or 6514771. OLE color: 6514771.

HSL color Cylindrical-coordinate representation of color #536863: hue angle of 165.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #536863 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 104 99 -
CMYK 0.20 0 0.05 0.59
HSL 165.71º 0.11% 0.37% -
HSV(B) 165.71º 0.2% 0.41% -
XYZ 10.77 12.64 13.68 -
YUV 97.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 83 104 99 0.20 0 0.05 0.59 165.71 0.11 0.37
Hex 53 68 63 14 0 5 3B A6 B 25
Octal 123 150 143 24 0 5 73 246 13 45
Binary 1010011 1101000 1100011 10100 0 101 111011 10100110 1011 100101

Color Harmonies of #536863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536863

Black with #536863

Text Example


Text Example

White with #536863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536863; }

 p { color: rgb(83,104,99); }

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

background-color css

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

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

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

border-color css

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

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

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