Html Css Color HEX #556EBB Chetwode Blue

📋 copy color: '#556EBB'

red 85 ◦ green 110 ◦ blue 187

#556EBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #556EBB

Tints of Chetwode Blue #556EBB

RGB

 RED value IS 85 (33.59% from 255) = 22.25%

 GREEN value IS 110 (43.36% from 255) = 28.8%

 BLUE value IS 187 (73.44% from 255) = 48.95%

R = 22.25%
G = 28.8%
B = 48.95%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#556EBB (or 0x556EBB) is known color: Chetwode Blue. HEX triplet: 55, 6E and BB. RGB value is (85,110,187). Sum of RGB (Red+Green+Blue) = 85+110+187=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #556EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556EBB is #AA9144. Grayscale: #6E6E6E. Windows color (decimal): -11178309 or 12283477. OLE color: 12283477.

HSL color Cylindrical-coordinate representation of color #556EBB: hue angle of 225.29º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #556EBB is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 110 187 -
CMYK 0.55 0.41 0 0.27
HSL 225.29º 0.43% 0.53% -
HSV(B) 225.29º 0.55% 0.73% -
XYZ 18.29 16.67 49.27 -
YUV 111.3 170.72 109.24 -
System Red Green Blue C M Y K H S L
Decimal 85 110 187 0.55 0.41 0 0.27 225.29 0.43 0.53
Hex 55 6E BB 37 29 0 1B E1 2B 35
Octal 125 156 273 67 51 0 33 341 53 65
Binary 1010101 1101110 10111011 110111 101001 0 11011 11100001 101011 110101

Color Harmonies of #556EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556EBB

Black with #556EBB

Text Example


Text Example

White with #556EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,110,187); }

 H1.HeaderClassName
 {
   color: #556EBB;
 }
 .AnyTagClassName
 {
   color: #556EBB;
 }
</style>

background-color css

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

 a { background-color: rgb(85,110,187); }

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

border-color css

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

 span { border-color: rgb(85,110,187); }

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