#5568BF

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

Shades of Chetwode Blue #5568BF

Tints of Chetwode Blue #5568BF

Color information

#5568BF (or 0x5568BF) is unknown color: approx Chetwode Blue. HEX triplet: 55, 68 and BF. RGB value is (85,104,191). Sum of RGB (Red+Green+Blue) = 85+104+191=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #5568BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5568BF is #AA9740. Grayscale: #6B6B6B. Windows color (decimal): -11179841 or 12544085. OLE color: 12544085.

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

Color convert

RGB85104191-
CMYK0.550.4600.25
HSL229.25º45.3%54.12%-
HSV(B)229.25º55.5%74.9%-
XYZ18.115.5951.35-
YUV108.24174.71111.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.37%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 191 (75% from 255) = 50.26%
R=22.37%
G=27.37%
B=50.26%

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
Decimal851041910.550.4600.25229.2545.354.12
Hex5568BF372E019e52d36
Octal12515027767560313455566
Binary101010111010001011111111011110111001100111100101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5568BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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