Html Css Color HEX #556EC5 Chetwode Blue

📋 copy color: '#556EC5'

red 85 ◦ green 110 ◦ blue 197

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

Shades of Chetwode Blue #556EC5

Tints of Chetwode Blue #556EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 50.26%

R = 21.68%
G = 28.06%
B = 50.26%

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

#556EC5 (or 0x556EC5) is known color: Chetwode Blue. HEX triplet: 55, 6E and C5. RGB value is (85,110,197). Sum of RGB (Red+Green+Blue) = 85+110+197=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 197 (77.34% from 255 or 50.26% from 392); Max value from RGB is 197 - color contains mainly: blue. Hex color #556EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556EC5 is #AA913A. Grayscale: #707070. Windows color (decimal): -11178299 or 12938837. OLE color: 12938837.

HSL color Cylindrical-coordinate representation of color #556EC5: hue angle of 226.61º degrees, saturation: 0.49, 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 #556EC5 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 110 197 -
CMYK 0.57 0.44 0 0.23
HSL 226.61º 0.49% 0.55% -
HSV(B) 226.61º 0.57% 0.77% -
XYZ 19.4 17.11 55.1 -
YUV 112.44 175.72 108.43 -
System Red Green Blue C M Y K H S L
Decimal 85 110 197 0.57 0.44 0 0.23 226.61 0.49 0.55
Hex 55 6E C5 39 2C 0 17 E3 31 37
Octal 125 156 305 71 54 0 27 343 61 67
Binary 1010101 1101110 11000101 111001 101100 0 10111 11100011 110001 110111

Color Harmonies of #556EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556EC5

Black with #556EC5

Text Example


Text Example

White with #556EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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