Html Css Color HEX #556CC6 Chetwode Blue

📋 copy color: '#556CC6'

red 85 ◦ green 108 ◦ blue 198

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

Shades of Chetwode Blue #556CC6

Tints of Chetwode Blue #556CC6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.62%

 BLUE value IS 198 (77.73% from 255) = 50.64%

R = 21.74%
G = 27.62%
B = 50.64%

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

#556CC6 (or 0x556CC6) is known color: Chetwode Blue. HEX triplet: 55, 6C and C6. RGB value is (85,108,198). Sum of RGB (Red+Green+Blue) = 85+108+198=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #556CC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CC6 is #AA9339. Grayscale: #6F6F6F. Windows color (decimal): -11178810 or 13003861. OLE color: 13003861.

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

Color convert

RGB 85 108 198 -
CMYK 0.57 0.45 0 0.22
HSL 227.79º 0.5% 0.55% -
HSV(B) 227.79º 0.57% 0.78% -
XYZ 19.3 16.73 55.64 -
YUV 111.38 176.88 109.18 -
System Red Green Blue C M Y K H S L
Decimal 85 108 198 0.57 0.45 0 0.22 227.79 0.5 0.55
Hex 55 6C C6 39 2D 0 16 E4 32 37
Octal 125 154 306 71 55 0 26 344 62 67
Binary 1010101 1101100 11000110 111001 101101 0 10110 11100100 110010 110111

Color Harmonies of #556CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556CC6

Black with #556CC6

Text Example


Text Example

White with #556CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,108,198); }

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

background-color css

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

 a { background-color: rgb(85,108,198); }

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

border-color css

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

 span { border-color: rgb(85,108,198); }

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