Html Css Color HEX #556DC2 Chetwode Blue

📋 copy color: '#556DC2'

red 85 ◦ green 109 ◦ blue 194

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

Shades of Chetwode Blue #556DC2

Tints of Chetwode Blue #556DC2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.09%

 BLUE value IS 194 (76.17% from 255) = 50%

R = 21.91%
G = 28.09%
B = 50%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#556DC2 (or 0x556DC2) is known color: Chetwode Blue. HEX triplet: 55, 6D and C2. RGB value is (85,109,194). Sum of RGB (Red+Green+Blue) = 85+109+194=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #556DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DC2 is #AA923D. Grayscale: #6F6F6F. Windows color (decimal): -11178558 or 12741973. OLE color: 12741973.

HSL color Cylindrical-coordinate representation of color #556DC2: hue angle of 226.79º 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 #556DC2 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 109 194 -
CMYK 0.56 0.44 0 0.24
HSL 226.79º 0.47% 0.55% -
HSV(B) 226.79º 0.56% 0.76% -
XYZ 18.95 16.76 53.28 -
YUV 111.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 85 109 194 0.56 0.44 0 0.24 226.79 0.47 0.55
Hex 55 6D C2 38 2C 0 18 E3 2F 37
Octal 125 155 302 70 54 0 30 343 57 67
Binary 1010101 1101101 11000010 111000 101100 0 11000 11100011 101111 110111

Color Harmonies of #556DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556DC2

Black with #556DC2

Text Example


Text Example

White with #556DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,109,194); }

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

background-color css

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

 a { background-color: rgb(85,109,194); }

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

border-color css

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

 span { border-color: rgb(85,109,194); }

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