#5368B2

Color #5368B2 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5368B2

Tints of Chetwode Blue #5368B2

Color information

#5368B2 (or 0x5368B2) is unknown color: approx Chetwode Blue. HEX triplet: 53, 68 and B2. RGB value is (83,104,178). Sum of RGB (Red+Green+Blue) = 83+104+178=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 178 (69.92% from 255 or 48.77% from 365); Max value from RGB is 178 - color contains mainly: blue. Hex color #5368B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5368B2 is #AC974D. Grayscale: #696969. Windows color (decimal): -11310926 or 11692115. OLE color: 11692115.

HSL color Cylindrical-coordinate representation of color #5368B2: hue angle of 226.74º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5368B2 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB83104178-
CMYK0.530.4200.30
HSL226.74º38.15%51.18%-
HSV(B)226.74º53.37%69.8%-
XYZ16.5514.9544.13-
YUV106.16168.54111.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.74%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 178 (69.92% from 255) = 48.77%
R=22.74%
G=28.49%
B=48.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal831041780.530.4200.30226.7438.1551.18
Hex5368B2352A01Ee32633
Octal12315026265520363434663
Binary101001111010001011001011010110101001111011100011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5368B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5368B2; }

 p { color: rgb(83,104,178); }

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

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

 a { background-color: rgb(83,104,178); }

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

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

 span { border-color: rgb(83,104,178); }

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