#5567BA

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

Shades of Chetwode Blue #5567BA

Tints of Chetwode Blue #5567BA

Color information

#5567BA (or 0x5567BA) is unknown color: approx Chetwode Blue. HEX triplet: 55, 67 and BA. RGB value is (85,103,186). Sum of RGB (Red+Green+Blue) = 85+103+186=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 103 (40.62% from 255 or 27.54% 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 #5567BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5567BA is #AA9845. Grayscale: #6A6A6A. Windows color (decimal): -11180102 or 12216149. OLE color: 12216149.

HSL color Cylindrical-coordinate representation of color #5567BA: hue angle of 229.31º 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 #5567BA is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85103186-
CMYK0.540.4500.27
HSL229.31º42.26%53.14%-
HSV(B)229.31º54.3%72.94%-
XYZ17.4615.1848.46-
YUV107.08172.54112.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 103 (40.62% from 255) = 27.54%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=22.73%
G=27.54%
B=49.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851031860.540.4500.27229.3142.2653.14
Hex5567BA362D01Be52a35
Octal12514727266550333455265
Binary101010111001111011101011011010110101101111100101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5567BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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