#5366BE

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

Shades of Chetwode Blue #5366BE

Tints of Chetwode Blue #5366BE

Color information

#5366BE (or 0x5366BE) is unknown color: approx Chetwode Blue. HEX triplet: 53, 66 and BE. RGB value is (83,102,190). Sum of RGB (Red+Green+Blue) = 83+102+190=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #5366BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5366BE is #AC9941. Grayscale: #696969. Windows color (decimal): -11311426 or 12478035. OLE color: 12478035.

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

Color convert

RGB83102190-
CMYK0.560.4600.25
HSL229.35º45.15%53.53%-
HSV(B)229.35º56.32%74.51%-
XYZ17.6115.0650.69-
YUV106.35175.21111.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.13%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=22.13%
G=27.2%
B=50.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831021900.560.4600.25229.3545.1553.53
Hex5366BE382E019e52d36
Octal12314627670560313455566
Binary101001111001101011111011100010111001100111100101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5366BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5366BE; }

 p { color: rgb(83,102,190); }

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

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

 a { background-color: rgb(83,102,190); }

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

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

 span { border-color: rgb(83,102,190); }

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