Html Css Color HEX #556EBA Chetwode Blue

📋 copy color: '#556EBA'

red 85 ◦ green 110 ◦ blue 186

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

Shades of Chetwode Blue #556EBA

Tints of Chetwode Blue #556EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 22.31%
G = 28.87%
B = 48.82%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#556EBA (or 0x556EBA) is known color: Chetwode Blue. HEX triplet: 55, 6E and BA. RGB value is (85,110,186). Sum of RGB (Red+Green+Blue) = 85+110+186=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #556EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556EBA is #AA9145. Grayscale: #6E6E6E. Windows color (decimal): -11178310 or 12217941. OLE color: 12217941.

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

Color convert

RGB 85 110 186 -
CMYK 0.54 0.41 0 0.27
HSL 225.15º 0.42% 0.53% -
HSV(B) 225.15º 0.54% 0.73% -
XYZ 18.19 16.63 48.71 -
YUV 111.19 170.22 109.32 -
System Red Green Blue C M Y K H S L
Decimal 85 110 186 0.54 0.41 0 0.27 225.15 0.42 0.53
Hex 55 6E BA 36 29 0 1B E1 2A 35
Octal 125 156 272 66 51 0 33 341 52 65
Binary 1010101 1101110 10111010 110110 101001 0 11011 11100001 101010 110101

Color Harmonies of #556EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556EBA

Black with #556EBA

Text Example


Text Example

White with #556EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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