#5468BA

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

Shades of Chetwode Blue #5468BA

Tints of Chetwode Blue #5468BA

Color information

#5468BA (or 0x5468BA) is unknown color: approx Chetwode Blue. HEX triplet: 54, 68 and BA. RGB value is (84,104,186). Sum of RGB (Red+Green+Blue) = 84+104+186=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #5468BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5468BA is #AB9745. Grayscale: #6B6B6B. Windows color (decimal): -11245382 or 12216404. OLE color: 12216404.

HSL color Cylindrical-coordinate representation of color #5468BA: hue angle of 228.24º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5468BA is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84104186-
CMYK0.550.4400.27
HSL228.24º42.5%52.94%-
HSV(B)228.24º54.84%72.94%-
XYZ17.4715.3348.49-
YUV107.37172.37111.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.46%
GREEN value IS 104 (41.02% from 255) = 27.81%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=22.46%
G=27.81%
B=49.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841041860.550.4400.27228.2442.552.94
Hex5468BA372C01Be42a35
Octal12415027267540333445265
Binary101010011010001011101011011110110001101111100100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5468BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5468BA; }

 p { color: rgb(84,104,186); }

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

<style>
 a { background-color: #5468BA; }

 a { background-color: rgb(84,104,186); }

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

<style>
 span { border-color: #5468BA; }

 span { border-color: rgb(84,104,186); }

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