Html Css Color HEX #556BC5 Chetwode Blue

📋 copy color: '#556BC5'

red 85 ◦ green 107 ◦ blue 197

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

Shades of Chetwode Blue #556BC5

Tints of Chetwode Blue #556BC5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.51%

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

R = 21.85%
G = 27.51%
B = 50.64%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#556BC5 (or 0x556BC5) is known color: Chetwode Blue. HEX triplet: 55, 6B and C5. RGB value is (85,107,197). Sum of RGB (Red+Green+Blue) = 85+107+197=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #556BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BC5 is #AA943A. Grayscale: #6E6E6E. Windows color (decimal): -11179067 or 12938069. OLE color: 12938069.

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

Color convert

RGB 85 107 197 -
CMYK 0.57 0.46 0 0.23
HSL 228.21º 0.49% 0.55% -
HSV(B) 228.21º 0.57% 0.77% -
XYZ 19.08 16.48 55 -
YUV 110.68 176.71 109.68 -
System Red Green Blue C M Y K H S L
Decimal 85 107 197 0.57 0.46 0 0.23 228.21 0.49 0.55
Hex 55 6B C5 39 2E 0 17 E4 31 37
Octal 125 153 305 71 56 0 27 344 61 67
Binary 1010101 1101011 11000101 111001 101110 0 10111 11100100 110001 110111

Color Harmonies of #556BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556BC5

Black with #556BC5

Text Example


Text Example

White with #556BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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