Html Css Color HEX #556CC5 Chetwode Blue

📋 copy color: '#556CC5'

red 85 ◦ green 108 ◦ blue 197

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

Shades of Chetwode Blue #556CC5

Tints of Chetwode Blue #556CC5

RGB

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

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

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

R = 21.79%
G = 27.69%
B = 50.51%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#556CC5 (or 0x556CC5) is known color: Chetwode Blue. HEX triplet: 55, 6C and C5. RGB value is (85,108,197). Sum of RGB (Red+Green+Blue) = 85+108+197=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 197 (77.34% from 255 or 50.51% from 390); Max value from RGB is 197 - color contains mainly: blue. Hex color #556CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CC5 is #AA933A. Grayscale: #6E6E6E. Windows color (decimal): -11178811 or 12938325. OLE color: 12938325.

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

Color convert

RGB 85 108 197 -
CMYK 0.57 0.45 0 0.23
HSL 227.68º 0.49% 0.55% -
HSV(B) 227.68º 0.57% 0.77% -
XYZ 19.19 16.69 55.03 -
YUV 111.27 176.38 109.26 -
System Red Green Blue C M Y K H S L
Decimal 85 108 197 0.57 0.45 0 0.23 227.68 0.49 0.55
Hex 55 6C C5 39 2D 0 17 E4 31 37
Octal 125 154 305 71 55 0 27 344 61 67
Binary 1010101 1101100 11000101 111001 101101 0 10111 11100100 110001 110111

Color Harmonies of #556CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556CC5

Black with #556CC5

Text Example


Text Example

White with #556CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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