Html Css Color HEX #536479 Chambray

📋 copy color: '#536479'

red 83 ◦ green 100 ◦ blue 121

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

Shades of Chambray #536479

Tints of Chambray #536479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.89%

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

R = 27.3%
G = 32.89%
B = 39.8%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#536479 (or 0x536479) is known color: Chambray. HEX triplet: 53, 64 and 79. RGB value is (83,100,121). Sum of RGB (Red+Green+Blue) = 83+100+121=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 121 - color contains mainly: blue. Hex color #536479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536479 is #AC9B86. Grayscale: #616161. Windows color (decimal): -11312007 or 7955539. OLE color: 7955539.

HSL color Cylindrical-coordinate representation of color #536479: hue angle of 213.16º 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 #536479 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 100 121 -
CMYK 0.31 0.17 0 0.53
HSL 213.16º 0.19% 0.4% -
HSV(B) 213.16º 0.31% 0.47% -
XYZ 11.58 12.33 19.86 -
YUV 97.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 83 100 121 0.31 0.17 0 0.53 213.16 0.19 0.4
Hex 53 64 79 1F 11 0 35 D5 13 28
Octal 123 144 171 37 21 0 65 325 23 50
Binary 1010011 1100100 1111001 11111 10001 0 110101 11010101 10011 101000

Color Harmonies of #536479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536479

Black with #536479

Text Example


Text Example

White with #536479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536479; }

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

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

background-color css

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

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

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

border-color css

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

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

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