Html Css Color HEX #556ECB Chetwode Blue

📋 copy color: '#556ECB'

red 85 ◦ green 110 ◦ blue 203

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

Shades of Chetwode Blue #556ECB

Tints of Chetwode Blue #556ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 21.36%
G = 27.64%
B = 51.01%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#556ECB (or 0x556ECB) is known color: Chetwode Blue. HEX triplet: 55, 6E and CB. RGB value is (85,110,203). Sum of RGB (Red+Green+Blue) = 85+110+203=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #556ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ECB is #AA9134. Grayscale: #707070. Windows color (decimal): -11178293 or 13332053. OLE color: 13332053.

HSL color Cylindrical-coordinate representation of color #556ECB: hue angle of 227.29º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #556ECB is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 110 203 -
CMYK 0.58 0.46 0 0.20
HSL 227.29º 0.53% 0.56% -
HSV(B) 227.29º 0.58% 0.8% -
XYZ 20.1 17.39 58.8 -
YUV 113.13 178.72 107.94 -
System Red Green Blue C M Y K H S L
Decimal 85 110 203 0.58 0.46 0 0.20 227.29 0.53 0.56
Hex 55 6E CB 3A 2E 0 14 E3 35 38
Octal 125 156 313 72 56 0 24 343 65 70
Binary 1010101 1101110 11001011 111010 101110 0 10100 11100011 110101 111000

Color Harmonies of #556ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556ECB

Black with #556ECB

Text Example


Text Example

White with #556ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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