Html Css Color HEX #536F68 William

📋 copy color: '#536F68'

red 83 ◦ green 111 ◦ blue 104

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

Shades of William #536F68

Tints of William #536F68

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.25%

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

R = 27.85%
G = 37.25%
B = 34.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#536F68 (or 0x536F68) is known color: William. HEX triplet: 53, 6F and 68. RGB value is (83,111,104). Sum of RGB (Red+Green+Blue) = 83+111+104=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 111 - color contains mainly: green. Hex color #536F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F68 is #AC9097. Grayscale: #656565. Windows color (decimal): -11309208 or 6844243. OLE color: 6844243.

HSL color Cylindrical-coordinate representation of color #536F68: hue angle of 165º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #536F68 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 111 104 -
CMYK 0.25 0 0.06 0.56
HSL 165º 0.14% 0.38% -
HSV(B) 165º 0.25% 0.44% -
XYZ 11.75 14.21 15.22 -
YUV 101.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 83 111 104 0.25 0 0.06 0.56 165 0.14 0.38
Hex 53 6F 68 19 0 6 38 A5 E 26
Octal 123 157 150 31 0 6 70 245 16 46
Binary 1010011 1101111 1101000 11001 0 110 111000 10100101 1110 100110

Color Harmonies of #536F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F68

Black with #536F68

Text Example


Text Example

White with #536F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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