Html Css Color HEX #536377 Chambray

📋 copy color: '#536377'

red 83 ◦ green 99 ◦ blue 119

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

Shades of Chambray #536377

Tints of Chambray #536377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

 BLUE value IS 119 (46.88% from 255) = 39.53%

R = 27.57%
G = 32.89%
B = 39.53%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#536377 (or 0x536377) is known color: Chambray. HEX triplet: 53, 63 and 77. RGB value is (83,99,119). Sum of RGB (Red+Green+Blue) = 83+99+119=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #536377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536377 is #AC9C88. Grayscale: #606060. Windows color (decimal): -11312265 or 7824211. OLE color: 7824211.

HSL color Cylindrical-coordinate representation of color #536377: hue angle of 213.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #536377 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 99 119 -
CMYK 0.30 0.17 0 0.53
HSL 213.33º 0.18% 0.4% -
HSV(B) 213.33º 0.3% 0.47% -
XYZ 11.36 12.09 19.19 -
YUV 96.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 83 99 119 0.30 0.17 0 0.53 213.33 0.18 0.4
Hex 53 63 77 1E 11 0 35 D5 12 28
Octal 123 143 167 36 21 0 65 325 22 50
Binary 1010011 1100011 1110111 11110 10001 0 110101 11010101 10010 101000

Color Harmonies of #536377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536377

Black with #536377

Text Example


Text Example

White with #536377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536377; }

 p { color: rgb(83,99,119); }

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

background-color css

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

 a { background-color: rgb(83,99,119); }

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

border-color css

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

 span { border-color: rgb(83,99,119); }

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