Html Css Color HEX #556EC4 Chetwode Blue

📋 copy color: '#556EC4'

red 85 ◦ green 110 ◦ blue 196

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

Shades of Chetwode Blue #556EC4

Tints of Chetwode Blue #556EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.13%

R = 21.74%
G = 28.13%
B = 50.13%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#556EC4 (or 0x556EC4) is known color: Chetwode Blue. HEX triplet: 55, 6E and C4. RGB value is (85,110,196). Sum of RGB (Red+Green+Blue) = 85+110+196=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 196 (76.95% from 255 or 50.13% from 391); Max value from RGB is 196 - color contains mainly: blue. Hex color #556EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556EC4 is #AA913B. Grayscale: #6F6F6F. Windows color (decimal): -11178300 or 12873301. OLE color: 12873301.

HSL color Cylindrical-coordinate representation of color #556EC4: hue angle of 226.49º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #556EC4 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 110 196 -
CMYK 0.57 0.44 0 0.23
HSL 226.49º 0.48% 0.55% -
HSV(B) 226.49º 0.57% 0.77% -
XYZ 19.29 17.07 54.5 -
YUV 112.33 175.22 108.51 -
System Red Green Blue C M Y K H S L
Decimal 85 110 196 0.57 0.44 0 0.23 226.49 0.48 0.55
Hex 55 6E C4 39 2C 0 17 E2 30 37
Octal 125 156 304 71 54 0 27 342 60 67
Binary 1010101 1101110 11000100 111001 101100 0 10111 11100010 110000 110111

Color Harmonies of #556EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556EC4

Black with #556EC4

Text Example


Text Example

White with #556EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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