Html Css Color HEX #536968 William

📋 copy color: '#536968'

red 83 ◦ green 105 ◦ blue 104

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

Shades of William #536968

Tints of William #536968

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.96%

 BLUE value IS 104 (41.02% from 255) = 35.62%

R = 28.42%
G = 35.96%
B = 35.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#536968 (or 0x536968) is known color: William. HEX triplet: 53, 69 and 68. RGB value is (83,105,104). Sum of RGB (Red+Green+Blue) = 83+105+104=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 105 - color contains mainly: green. Hex color #536968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536968 is #AC9697. Grayscale: #626262. Windows color (decimal): -11310744 or 6842707. OLE color: 6842707.

HSL color Cylindrical-coordinate representation of color #536968: hue angle of 177.27º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #536968 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 105 104 -
CMYK 0.21 0 0.01 0.59
HSL 177.27º 0.12% 0.37% -
HSV(B) 177.27º 0.21% 0.41% -
XYZ 11.12 12.94 15.01 -
YUV 98.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 83 105 104 0.21 0 0.01 0.59 177.27 0.12 0.37
Hex 53 69 68 15 0 1 3B B1 C 25
Octal 123 151 150 25 0 1 73 261 14 45
Binary 1010011 1101001 1101000 10101 0 1 111011 10110001 1100 100101

Color Harmonies of #536968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536968

Black with #536968

Text Example


Text Example

White with #536968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536968; }

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

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

background-color css

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

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

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

border-color css

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

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

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