#536181

Color #536181 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #536181

Tints of Chambray #536181

Color information

#536181 (or 0x536181) is unknown color: approx Chambray. HEX triplet: 53, 61 and 81. RGB value is (83,97,129). Sum of RGB (Red+Green+Blue) = 83+97+129=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 129 - color contains mainly: blue. Hex color #536181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536181 is #AC9E7E. Grayscale: #606060. Windows color (decimal): -11312767 or 8479059. OLE color: 8479059.

HSL color Cylindrical-coordinate representation of color #536181: hue angle of 221.74º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #536181 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8397129-
CMYK0.360.2500.49
HSL221.74º21.7%41.57%-
HSV(B)221.74º35.66%50.59%-
XYZ11.811.9722.46-
YUV96.46146.36118.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 129 (50.78% from 255) = 41.75%
R=26.86%
G=31.39%
B=41.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83971290.360.2500.49221.7421.741.57
Hex5361812419031de162a
Octal12314120144310613362652
Binary10100111100001100000011001001100101100011101111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536181; }

 p { color: rgb(83,97,129); }

 H1.HeaderClassName
 {
   color: #536181;
 }
 .AnyTagClassName
 {
   color: #536181;
 }
</style>
background-color css

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

 a { background-color: rgb(83,97,129); }

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

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

 span { border-color: rgb(83,97,129); }

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