Html Css Color HEX #536279 Chambray

📋 copy color: '#536279'

red 83 ◦ green 98 ◦ blue 121

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

Shades of Chambray #536279

Tints of Chambray #536279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.45%

 BLUE value IS 121 (47.66% from 255) = 40.07%

R = 27.48%
G = 32.45%
B = 40.07%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#536279 (or 0x536279) is known color: Chambray. HEX triplet: 53, 62 and 79. RGB value is (83,98,121). Sum of RGB (Red+Green+Blue) = 83+98+121=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #536279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536279 is #AC9D86. Grayscale: #606060. Windows color (decimal): -11312519 or 7955027. OLE color: 7955027.

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

Color convert

RGB 83 98 121 -
CMYK 0.31 0.19 0 0.53
HSL 216.32º 0.19% 0.4% -
HSV(B) 216.32º 0.31% 0.47% -
XYZ 11.39 11.95 19.8 -
YUV 96.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 83 98 121 0.31 0.19 0 0.53 216.32 0.19 0.4
Hex 53 62 79 1F 13 0 35 D8 13 28
Octal 123 142 171 37 23 0 65 330 23 50
Binary 1010011 1100010 1111001 11111 10011 0 110101 11011000 10011 101000

Color Harmonies of #536279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536279

Black with #536279

Text Example


Text Example

White with #536279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536279; }

 p { color: rgb(83,98,121); }

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

background-color css

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

 a { background-color: rgb(83,98,121); }

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

border-color css

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

 span { border-color: rgb(83,98,121); }

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