#5368BF

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

Shades of Chetwode Blue #5368BF

Tints of Chetwode Blue #5368BF

Color information

#5368BF (or 0x5368BF) is unknown color: approx Chetwode Blue. HEX triplet: 53, 68 and BF. RGB value is (83,104,191). Sum of RGB (Red+Green+Blue) = 83+104+191=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #5368BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5368BF is #AC9740. Grayscale: #6B6B6B. Windows color (decimal): -11310913 or 12544083. OLE color: 12544083.

HSL color Cylindrical-coordinate representation of color #5368BF: hue angle of 228.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5368BF is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83104191-
CMYK0.570.4600.25
HSL228.33º45.76%53.73%-
HSV(B)228.33º56.54%74.9%-
XYZ17.9215.551.34-
YUV107.64175.04110.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.96%
GREEN value IS 104 (41.02% from 255) = 27.51%
BLUE value IS 191 (75% from 255) = 50.53%
R=21.96%
G=27.51%
B=50.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831041910.570.4600.25228.3345.7653.73
Hex5368BF392E019e42e36
Octal12315027771560313445666
Binary101001111010001011111111100110111001100111100100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5368BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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