#5469BE

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

Shades of Chetwode Blue #5469BE

Tints of Chetwode Blue #5469BE

Color information

#5469BE (or 0x5469BE) is unknown color: approx Chetwode Blue. HEX triplet: 54, 69 and BE. RGB value is (84,105,190). Sum of RGB (Red+Green+Blue) = 84+105+190=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #5469BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5469BE is #AB9641. Grayscale: #6C6C6C. Windows color (decimal): -11245122 or 12478804. OLE color: 12478804.

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

Color convert

RGB84105190-
CMYK0.560.4500.25
HSL228.11º44.92%53.73%-
HSV(B)228.11º55.79%74.51%-
XYZ1815.7150.8-
YUV108.41174.04110.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.16%
GREEN value IS 105 (41.41% from 255) = 27.70%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=22.16%
G=27.70%
B=50.13%

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
Decimal841051900.560.4500.25228.1144.9253.73
Hex5469BE382D019e42d36
Octal12415127670550313445566
Binary101010011010011011111011100010110101100111100100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5469BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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