#5369BE

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

Shades of Chetwode Blue #5369BE

Tints of Chetwode Blue #5369BE

Color information

#5369BE (or 0x5369BE) is unknown color: approx Chetwode Blue. HEX triplet: 53, 69 and BE. RGB value is (83,105,190). Sum of RGB (Red+Green+Blue) = 83+105+190=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #5369BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5369BE is #AC9641. Grayscale: #6B6B6B. Windows color (decimal): -11310658 or 12478803. OLE color: 12478803.

HSL color Cylindrical-coordinate representation of color #5369BE: hue angle of 227.66º 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 #5369BE is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83105190-
CMYK0.560.4500.25
HSL227.66º45.15%53.53%-
HSV(B)227.66º56.32%74.51%-
XYZ17.9115.6650.79-
YUV108.11174.21110.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.96%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=21.96%
G=27.78%
B=50.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831051900.560.4500.25227.6645.1553.53
Hex5369BE382D019e42d36
Octal12315127670550313445566
Binary101001111010011011111011100010110101100111100100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5369BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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