#556BB7

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

Shades of Chetwode Blue #556BB7

Tints of Chetwode Blue #556BB7

Color information

#556BB7 (or 0x556BB7) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6B and B7. RGB value is (85,107,183). Sum of RGB (Red+Green+Blue) = 85+107+183=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #556BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BB7 is #AA9448. Grayscale: #6C6C6C. Windows color (decimal): -11179081 or 12020565. OLE color: 12020565.

HSL color Cylindrical-coordinate representation of color #556BB7: hue angle of 226.53º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #556BB7 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB85107183-
CMYK0.540.4200.28
HSL226.53º40.5%52.55%-
HSV(B)226.53º53.55%71.76%-
XYZ17.5515.8746.94-
YUV109.09169.71110.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 183 (71.88% from 255) = 48.8%
R=22.67%
G=28.53%
B=48.8%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal851071830.540.4200.28226.5340.552.55
Hex556BB7362A01Ce32835
Octal12515326766520343435065
Binary101010111010111011011111011010101001110011100011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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