Html Css Color HEX #556EC7 Chetwode Blue

📋 copy color: '#556EC7'

red 85 ◦ green 110 ◦ blue 199

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

Shades of Chetwode Blue #556EC7

Tints of Chetwode Blue #556EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 50.51%

R = 21.57%
G = 27.92%
B = 50.51%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#556EC7 (or 0x556EC7) is known color: Chetwode Blue. HEX triplet: 55, 6E and C7. RGB value is (85,110,199). Sum of RGB (Red+Green+Blue) = 85+110+199=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 199 (78.12% from 255 or 50.51% from 394); Max value from RGB is 199 - color contains mainly: blue. Hex color #556EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556EC7 is #AA9138. Grayscale: #707070. Windows color (decimal): -11178297 or 13069909. OLE color: 13069909.

HSL color Cylindrical-coordinate representation of color #556EC7: hue angle of 226.84º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #556EC7 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 110 199 -
CMYK 0.57 0.45 0 0.22
HSL 226.84º 0.5% 0.56% -
HSV(B) 226.84º 0.57% 0.78% -
XYZ 19.63 17.21 56.32 -
YUV 112.67 176.72 108.26 -
System Red Green Blue C M Y K H S L
Decimal 85 110 199 0.57 0.45 0 0.22 226.84 0.5 0.56
Hex 55 6E C7 39 2D 0 16 E3 32 38
Octal 125 156 307 71 55 0 26 343 62 70
Binary 1010101 1101110 11000111 111001 101101 0 10110 11100011 110010 111000

Color Harmonies of #556EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556EC7

Black with #556EC7

Text Example


Text Example

White with #556EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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