#556BB1

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

Shades of Chetwode Blue #556BB1

Tints of Chetwode Blue #556BB1

Color information

#556BB1 (or 0x556BB1) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6B and B1. RGB value is (85,107,177). Sum of RGB (Red+Green+Blue) = 85+107+177=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 177 (69.53% from 255 or 47.97% from 369); Max value from RGB is 177 - color contains mainly: blue. Hex color #556BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556BB1 is #AA944E. Grayscale: #6C6C6C. Windows color (decimal): -11179087 or 11627349. OLE color: 11627349.

HSL color Cylindrical-coordinate representation of color #556BB1: hue angle of 225.65º 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 #556BB1 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB85107177-
CMYK0.520.4000.31
HSL225.65º37.1%51.37%-
HSV(B)225.65º51.98%69.41%-
XYZ16.9415.6243.72-
YUV108.4166.71111.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 177 (69.53% from 255) = 47.97%
R=23.04%
G=29.00%
B=47.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851071770.520.4000.31225.6537.151.37
Hex556BB1342801Fe22533
Octal12515326164500373424563
Binary101010111010111011000111010010100001111111100010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556BB1; }

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

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

<style>
 a { background-color: #556BB1; }

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

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

<style>
 span { border-color: #556BB1; }

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

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