Html Css Color HEX #536663 William

📋 copy color: '#536663'

red 83 ◦ green 102 ◦ blue 99

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

Shades of William #536663

Tints of William #536663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.92%

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

R = 29.23%
G = 35.92%
B = 34.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#536663 (or 0x536663) is known color: William. HEX triplet: 53, 66 and 63. RGB value is (83,102,99). Sum of RGB (Red+Green+Blue) = 83+102+99=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 102 - color contains mainly: green. Hex color #536663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536663 is #AC999C. Grayscale: #5F5F5F. Windows color (decimal): -11311517 or 6514259. OLE color: 6514259.

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

Color convert

RGB 83 102 99 -
CMYK 0.19 0 0.03 0.6
HSL 170.53º 0.1% 0.36% -
HSV(B) 170.53º 0.19% 0.4% -
XYZ 10.57 12.24 13.61 -
YUV 95.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 83 102 99 0.19 0 0.03 0.6 170.53 0.1 0.36
Hex 53 66 63 13 0 3 3C AB A 24
Octal 123 146 143 23 0 3 74 253 12 44
Binary 1010011 1100110 1100011 10011 0 11 111100 10101011 1010 100100

Color Harmonies of #536663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536663

Black with #536663

Text Example


Text Example

White with #536663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536663; }

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

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

background-color css

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

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

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

border-color css

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

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

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