#5368B4

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

Shades of Chetwode Blue #5368B4

Tints of Chetwode Blue #5368B4

Color information

#5368B4 (or 0x5368B4) is unknown color: approx Chetwode Blue. HEX triplet: 53, 68 and B4. RGB value is (83,104,180). Sum of RGB (Red+Green+Blue) = 83+104+180=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #5368B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5368B4 is #AC974B. Grayscale: #6A6A6A. Windows color (decimal): -11310924 or 11823187. OLE color: 11823187.

HSL color Cylindrical-coordinate representation of color #5368B4: hue angle of 227.01º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5368B4 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB83104180-
CMYK0.540.4200.29
HSL227.01º39.27%51.57%-
HSV(B)227.01º53.89%70.59%-
XYZ16.7615.0345.2-
YUV106.38169.54111.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 180 (70.70% from 255) = 49.05%
R=22.62%
G=28.34%
B=49.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831041800.540.4200.29227.0139.2751.57
Hex5368B4362A01De32734
Octal12315026466520353434764
Binary101001111010001011010011011010101001110111100011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5368B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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