#5567B1

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

Shades of Chetwode Blue #5567B1

Tints of Chetwode Blue #5567B1

Color information

#5567B1 (or 0x5567B1) is unknown color: approx Chetwode Blue. HEX triplet: 55, 67 and B1. RGB value is (85,103,177). Sum of RGB (Red+Green+Blue) = 85+103+177=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 177 - color contains mainly: blue. Hex color #5567B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5567B1 is #AA984E. Grayscale: #696969. Windows color (decimal): -11180111 or 11626325. OLE color: 11626325.

HSL color Cylindrical-coordinate representation of color #5567B1: hue angle of 228.26º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5567B1 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB85103177-
CMYK0.520.4200.31
HSL228.26º37.1%51.37%-
HSV(B)228.26º51.98%69.41%-
XYZ16.5314.8143.58-
YUV106.05168.04112.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 177 (69.53% from 255) = 48.49%
R=23.29%
G=28.22%
B=48.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851031770.520.4200.31228.2637.151.37
Hex5567B1342A01Fe42533
Octal12514726164520373444563
Binary101010111001111011000111010010101001111111100100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5567B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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