#5466BE

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

Shades of Chetwode Blue #5466BE

Tints of Chetwode Blue #5466BE

Color information

#5466BE (or 0x5466BE) is unknown color: approx Chetwode Blue. HEX triplet: 54, 66 and BE. RGB value is (84,102,190). Sum of RGB (Red+Green+Blue) = 84+102+190=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #5466BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5466BE is #AB9941. Grayscale: #6A6A6A. Windows color (decimal): -11245890 or 12478036. OLE color: 12478036.

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

Color convert

RGB84102190-
CMYK0.560.4600.25
HSL229.81º44.92%53.73%-
HSV(B)229.81º55.79%74.51%-
XYZ17.715.1150.7-
YUV106.65175.04111.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.34%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=22.34%
G=27.13%
B=50.53%

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
Decimal841021900.560.4600.25229.8144.9253.73
Hex5466BE382E019e62d36
Octal12414627670560313465566
Binary101010011001101011111011100010111001100111100110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5466BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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