Html Css Color HEX #536B65 William

📋 copy color: '#536B65'

red 83 ◦ green 107 ◦ blue 101

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

Shades of William #536B65

Tints of William #536B65

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.77%

 BLUE value IS 101 (39.84% from 255) = 34.71%

R = 28.52%
G = 36.77%
B = 34.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#536B65 (or 0x536B65) is known color: William. HEX triplet: 53, 6B and 65. RGB value is (83,107,101). Sum of RGB (Red+Green+Blue) = 83+107+101=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 107 - color contains mainly: green. Hex color #536B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B65 is #AC949A. Grayscale: #636363. Windows color (decimal): -11310235 or 6646611. OLE color: 6646611.

HSL color Cylindrical-coordinate representation of color #536B65: hue angle of 165º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #536B65 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 107 101 -
CMYK 0.22 0 0.06 0.58
HSL 165º 0.13% 0.37% -
HSV(B) 165º 0.22% 0.42% -
XYZ 11.17 13.29 14.29 -
YUV 99.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 83 107 101 0.22 0 0.06 0.58 165 0.13 0.37
Hex 53 6B 65 16 0 6 3A A5 D 25
Octal 123 153 145 26 0 6 72 245 15 45
Binary 1010011 1101011 1100101 10110 0 110 111010 10100101 1101 100101

Color Harmonies of #536B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B65

Black with #536B65

Text Example


Text Example

White with #536B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,107,101); }

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

background-color css

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

 a { background-color: rgb(83,107,101); }

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

border-color css

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

 span { border-color: rgb(83,107,101); }

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