Html Css Color HEX #556EC1 Chetwode Blue

📋 copy color: '#556EC1'

red 85 ◦ green 110 ◦ blue 193

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

Shades of Chetwode Blue #556EC1

Tints of Chetwode Blue #556EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.74%

R = 21.91%
G = 28.35%
B = 49.74%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#556EC1 (or 0x556EC1) is known color: Chetwode Blue. HEX triplet: 55, 6E and C1. RGB value is (85,110,193). Sum of RGB (Red+Green+Blue) = 85+110+193=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #556EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556EC1 is #AA913E. Grayscale: #6F6F6F. Windows color (decimal): -11178303 or 12676693. OLE color: 12676693.

HSL color Cylindrical-coordinate representation of color #556EC1: hue angle of 226.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #556EC1 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 110 193 -
CMYK 0.56 0.43 0 0.24
HSL 226.11º 0.47% 0.55% -
HSV(B) 226.11º 0.56% 0.76% -
XYZ 18.95 16.93 52.72 -
YUV 111.99 173.72 108.75 -
System Red Green Blue C M Y K H S L
Decimal 85 110 193 0.56 0.43 0 0.24 226.11 0.47 0.55
Hex 55 6E C1 38 2B 0 18 E2 2F 37
Octal 125 156 301 70 53 0 30 342 57 67
Binary 1010101 1101110 11000001 111000 101011 0 11000 11100010 101111 110111

Color Harmonies of #556EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556EC1

Black with #556EC1

Text Example


Text Example

White with #556EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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