Html Css Color HEX #556ACC Free Speech Blue

📋 copy color: '#556ACC'

red 85 ◦ green 106 ◦ blue 204

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

Shades of Free Speech Blue #556ACC

Tints of Free Speech Blue #556ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.84%

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 21.52%
G = 26.84%
B = 51.65%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#556ACC (or 0x556ACC) is known color: Free Speech Blue. HEX triplet: 55, 6A and CC. RGB value is (85,106,204). Sum of RGB (Red+Green+Blue) = 85+106+204=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #556ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ACC is #AA9533. Grayscale: #6E6E6E. Windows color (decimal): -11179316 or 13396565. OLE color: 13396565.

HSL color Cylindrical-coordinate representation of color #556ACC: hue angle of 229.41º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #556ACC is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 106 204 -
CMYK 0.58 0.48 0 0.2
HSL 229.41º 0.54% 0.57% -
HSV(B) 229.41º 0.58% 0.8% -
XYZ 19.8 16.6 59.29 -
YUV 110.89 180.54 109.53 -
System Red Green Blue C M Y K H S L
Decimal 85 106 204 0.58 0.48 0 0.2 229.41 0.54 0.57
Hex 55 6A CC 3A 30 0 14 E5 36 39
Octal 125 152 314 72 60 0 24 345 66 71
Binary 1010101 1101010 11001100 111010 110000 0 10100 11100101 110110 111001

Color Harmonies of #556ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556ACC

Black with #556ACC

Text Example


Text Example

White with #556ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,106,204); }

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

background-color css

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

 a { background-color: rgb(85,106,204); }

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

border-color css

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

 span { border-color: rgb(85,106,204); }

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