#556FBD

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

Shades of Chetwode Blue #556FBD

Tints of Chetwode Blue #556FBD

Color information

#556FBD (or 0x556FBD) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6F and BD. RGB value is (85,111,189). Sum of RGB (Red+Green+Blue) = 85+111+189=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #556FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556FBD is #AA9042. Grayscale: #6F6F6F. Windows color (decimal): -11178051 or 12414805. OLE color: 12414805.

HSL color Cylindrical-coordinate representation of color #556FBD: hue angle of 225º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #556FBD is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85111189-
CMYK0.550.4100.26
HSL225º44.07%53.73%-
HSV(B)225º55.03%74.12%-
XYZ18.6216.9750.44-
YUV112.12171.39108.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.08%
GREEN value IS 111 (43.75% from 255) = 28.83%
BLUE value IS 189 (74.22% from 255) = 49.09%
R=22.08%
G=28.83%
B=49.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851111890.550.4100.2622544.0753.73
Hex556FBD372901Ae12c36
Octal12515727567510323415466
Binary101010111011111011110111011110100101101011100001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,111,189); }

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

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

 a { background-color: rgb(85,111,189); }

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

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

 span { border-color: rgb(85,111,189); }

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