Html Css Color HEX #536F71 William

📋 copy color: '#536F71'

red 83 ◦ green 111 ◦ blue 113

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

Shades of William #536F71

Tints of William #536F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 27.04%
G = 36.16%
B = 36.81%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#536F71 (or 0x536F71) is known color: William. HEX triplet: 53, 6F and 71. RGB value is (83,111,113). Sum of RGB (Red+Green+Blue) = 83+111+113=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 113 - color contains mainly: blue. Hex color #536F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F71 is #AC908E. Grayscale: #666666. Windows color (decimal): -11309199 or 7434067. OLE color: 7434067.

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

Color convert

RGB 83 111 113 -
CMYK 0.27 0.02 0 0.56
HSL 184º 0.15% 0.38% -
HSV(B) 184º 0.27% 0.44% -
XYZ 12.23 14.4 17.76 -
YUV 102.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 83 111 113 0.27 0.02 0 0.56 184 0.15 0.38
Hex 53 6F 71 1B 2 0 38 B8 F 26
Octal 123 157 161 33 2 0 70 270 17 46
Binary 1010011 1101111 1110001 11011 10 0 111000 10111000 1111 100110

Color Harmonies of #536F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F71

Black with #536F71

Text Example


Text Example

White with #536F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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