#5464BF

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

Shades of Chetwode Blue #5464BF

Tints of Chetwode Blue #5464BF

Color information

#5464BF (or 0x5464BF) is unknown color: approx Chetwode Blue. HEX triplet: 54, 64 and BF. RGB value is (84,100,191). Sum of RGB (Red+Green+Blue) = 84+100+191=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #5464BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5464BF is #AB9B40. Grayscale: #696969. Windows color (decimal): -11246401 or 12543060. OLE color: 12543060.

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

Color convert

RGB84100191-
CMYK0.560.4800.25
HSL231.03º45.53%53.92%-
HSV(B)231.03º56.02%74.9%-
XYZ17.6214.7651.21-
YUV105.59176.2112.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.4%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 191 (75% from 255) = 50.93%
R=22.4%
G=26.67%
B=50.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841001910.560.4800.25231.0345.5353.92
Hex5464BF3830019e72e36
Octal12414427770600313475666
Binary101010011001001011111111100011000001100111100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5464BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,100,191); }

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

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

 a { background-color: rgb(84,100,191); }

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

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

 span { border-color: rgb(84,100,191); }

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