Html Css Color HEX #536967 William

📋 copy color: '#536967'

red 83 ◦ green 105 ◦ blue 103

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

Shades of William #536967

Tints of William #536967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.4%

R = 28.52%
G = 36.08%
B = 35.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#536967 (or 0x536967) is known color: William. HEX triplet: 53, 69 and 67. RGB value is (83,105,103). Sum of RGB (Red+Green+Blue) = 83+105+103=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 105 - color contains mainly: green. Hex color #536967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536967 is #AC9698. Grayscale: #626262. Windows color (decimal): -11310745 or 6777171. OLE color: 6777171.

HSL color Cylindrical-coordinate representation of color #536967: hue angle of 174.55º 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 #536967 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 105 103 -
CMYK 0.21 0 0.02 0.59
HSL 174.55º 0.12% 0.37% -
HSV(B) 174.55º 0.21% 0.41% -
XYZ 11.07 12.92 14.74 -
YUV 98.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 83 105 103 0.21 0 0.02 0.59 174.55 0.12 0.37
Hex 53 69 67 15 0 2 3B AF C 25
Octal 123 151 147 25 0 2 73 257 14 45
Binary 1010011 1101001 1100111 10101 0 10 111011 10101111 1100 100101

Color Harmonies of #536967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536967

Black with #536967

Text Example


Text Example

White with #536967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536967; }

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

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

background-color css

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

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

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

border-color css

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

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

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