Html Css Color HEX #536F6E William

📋 copy color: '#536F6E'

red 83 ◦ green 111 ◦ blue 110

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

Shades of William #536F6E

Tints of William #536F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.18%

R = 27.3%
G = 36.51%
B = 36.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#536F6E (or 0x536F6E) is known color: William. HEX triplet: 53, 6F and 6E. RGB value is (83,111,110). Sum of RGB (Red+Green+Blue) = 83+111+110=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 111 - color contains mainly: green. Hex color #536F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F6E is #AC9091. Grayscale: #666666. Windows color (decimal): -11309202 or 7237459. OLE color: 7237459.

HSL color Cylindrical-coordinate representation of color #536F6E: hue angle of 177.86º 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 #536F6E is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 111 110 -
CMYK 0.25 0 0.01 0.56
HSL 177.86º 0.14% 0.38% -
HSV(B) 177.86º 0.25% 0.44% -
XYZ 12.07 14.33 16.88 -
YUV 102.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 83 111 110 0.25 0 0.01 0.56 177.86 0.14 0.38
Hex 53 6F 6E 19 0 1 38 B2 E 26
Octal 123 157 156 31 0 1 70 262 16 46
Binary 1010011 1101111 1101110 11001 0 1 111000 10110010 1110 100110

Color Harmonies of #536F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F6E

Black with #536F6E

Text Example


Text Example

White with #536F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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