#5668BF

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

Shades of Chetwode Blue #5668BF

Tints of Chetwode Blue #5668BF

Color information

#5668BF (or 0x5668BF) is unknown color: approx Chetwode Blue. HEX triplet: 56, 68 and BF. RGB value is (86,104,191). Sum of RGB (Red+Green+Blue) = 86+104+191=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #5668BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5668BF is #A99740. Grayscale: #6C6C6C. Windows color (decimal): -11114305 or 12544086. OLE color: 12544086.

HSL color Cylindrical-coordinate representation of color #5668BF: hue angle of 229.71º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5668BF is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB86104191-
CMYK0.550.4600.25
HSL229.71º45.06%54.31%-
HSV(B)229.71º54.97%74.9%-
XYZ18.1915.6451.35-
YUV108.54174.54111.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.57%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 191 (75% from 255) = 50.13%
R=22.57%
G=27.30%
B=50.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861041910.550.4600.25229.7145.0654.31
Hex5668BF372E019e62d36
Octal12615027767560313465566
Binary101011011010001011111111011110111001100111100110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5668BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,104,191); }

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

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

 a { background-color: rgb(86,104,191); }

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

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

 span { border-color: rgb(86,104,191); }

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