#5568BA

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

Shades of Chetwode Blue #5568BA

Tints of Chetwode Blue #5568BA

Color information

#5568BA (or 0x5568BA) is unknown color: approx Chetwode Blue. HEX triplet: 55, 68 and BA. RGB value is (85,104,186). Sum of RGB (Red+Green+Blue) = 85+104+186=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #5568BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5568BA is #AA9745. Grayscale: #6B6B6B. Windows color (decimal): -11179846 or 12216405. OLE color: 12216405.

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

Color convert

RGB85104186-
CMYK0.540.4400.27
HSL228.71º42.26%53.14%-
HSV(B)228.71º54.3%72.94%-
XYZ17.5615.3848.5-
YUV107.67172.21111.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=22.67%
G=27.73%
B=49.6%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851041860.540.4400.27228.7142.2653.14
Hex5568BA362C01Be52a35
Octal12515027266540333455265
Binary101010111010001011101011011010110001101111100101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5568BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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