Html Css Color HEX #536280 Chambray

📋 copy color: '#536280'

red 83 ◦ green 98 ◦ blue 128

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

Shades of Chambray #536280

Tints of Chambray #536280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 26.86%
G = 31.72%
B = 41.42%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#536280 (or 0x536280) is known color: Chambray. HEX triplet: 53, 62 and 80. RGB value is (83,98,128). Sum of RGB (Red+Green+Blue) = 83+98+128=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #536280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536280 is #AC9D7F. Grayscale: #606060. Windows color (decimal): -11312512 or 8413779. OLE color: 8413779.

HSL color Cylindrical-coordinate representation of color #536280: hue angle of 220º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #536280 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 98 128 -
CMYK 0.35 0.23 0 0.50
HSL 220º 0.21% 0.41% -
HSV(B) 220º 0.35% 0.5% -
XYZ 11.83 12.13 22.14 -
YUV 96.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 83 98 128 0.35 0.23 0 0.50 220 0.21 0.41
Hex 53 62 80 23 17 0 32 DC 15 29
Octal 123 142 200 43 27 0 62 334 25 51
Binary 1010011 1100010 10000000 100011 10111 0 110010 11011100 10101 101001

Color Harmonies of #536280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536280

Black with #536280

Text Example


Text Example

White with #536280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536280; }

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

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

background-color css

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

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

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

border-color css

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

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

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