#5468B3

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

Shades of Chetwode Blue #5468B3

Tints of Chetwode Blue #5468B3

Color information

#5468B3 (or 0x5468B3) is unknown color: approx Chetwode Blue. HEX triplet: 54, 68 and B3. RGB value is (84,104,179). Sum of RGB (Red+Green+Blue) = 84+104+179=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 179 (70.31% from 255 or 48.77% from 367); Max value from RGB is 179 - color contains mainly: blue. Hex color #5468B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5468B3 is #AB974C. Grayscale: #6A6A6A. Windows color (decimal): -11245389 or 11757652. OLE color: 11757652.

HSL color Cylindrical-coordinate representation of color #5468B3: hue angle of 227.37º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5468B3 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB84104179-
CMYK0.530.4200.30
HSL227.37º38.46%51.57%-
HSV(B)227.37º53.07%70.2%-
XYZ16.7415.0444.67-
YUV106.57168.87111.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.89%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 179 (70.31% from 255) = 48.77%
R=22.89%
G=28.34%
B=48.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841041790.530.4200.30227.3738.4651.57
Hex5468B3352A01Ee32634
Octal12415026365520363434664
Binary101010011010001011001111010110101001111011100011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5468B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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