#5367BF

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

Shades of Chetwode Blue #5367BF

Tints of Chetwode Blue #5367BF

Color information

#5367BF (or 0x5367BF) is unknown color: approx Chetwode Blue. HEX triplet: 53, 67 and BF. RGB value is (83,103,191). Sum of RGB (Red+Green+Blue) = 83+103+191=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #5367BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5367BF is #AC9840. Grayscale: #6A6A6A. Windows color (decimal): -11311169 or 12543827. OLE color: 12543827.

HSL color Cylindrical-coordinate representation of color #5367BF: hue angle of 228.89º 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 #5367BF is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83103191-
CMYK0.570.4600.25
HSL228.89º45.76%53.73%-
HSV(B)228.89º56.54%74.9%-
XYZ17.8215.351.3-
YUV107.05175.37110.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.02%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 191 (75% from 255) = 50.66%
R=22.02%
G=27.32%
B=50.66%

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
Decimal831031910.570.4600.25228.8945.7653.73
Hex5367BF392E019e52e36
Octal12314727771560313455666
Binary101001111001111011111111100110111001100111100101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5367BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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