Html Css Color HEX #5556AC Rich Blue

📋 copy color: '#5556AC'

red 85 ◦ green 86 ◦ blue 172

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

Shades of Rich Blue #5556AC

Tints of Rich Blue #5556AC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.07%

 BLUE value IS 172 (67.58% from 255) = 50.15%

R = 24.78%
G = 25.07%
B = 50.15%

CMYK

 C value IS 0.51

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5556AC (or 0x5556AC) is known color: Rich Blue. HEX triplet: 55, 56 and AC. RGB value is (85,86,172). Sum of RGB (Red+Green+Blue) = 85+86+172=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #5556AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5556AC is #AAA953. Grayscale: #5F5F5F. Windows color (decimal): -11184468 or 11294293. OLE color: 11294293.

HSL color Cylindrical-coordinate representation of color #5556AC: hue angle of 239.31º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5556AC is Cyan = 0.51, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 86 172 -
CMYK 0.51 0.5 0 0.33
HSL 239.31º 0.34% 0.5% -
HSV(B) 239.31º 0.51% 0.67% -
XYZ 14.52 11.57 40.5 -
YUV 95.51 171.17 120.51 -
System Red Green Blue C M Y K H S L
Decimal 85 86 172 0.51 0.5 0 0.33 239.31 0.34 0.5
Hex 55 56 AC 33 32 0 21 EF 22 32
Octal 125 126 254 63 62 0 41 357 42 62
Binary 1010101 1010110 10101100 110011 110010 0 100001 11101111 100010 110010

Color Harmonies of #5556AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5556AC

Black with #5556AC

Text Example


Text Example

White with #5556AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5556AC; }

 p { color: rgb(85,86,172); }

 H1.HeaderClassName
 {
   color: #5556AC;
 }
 .AnyTagClassName
 {
   color: #5556AC;
 }
</style>

background-color css

<style>
 a { background-color: #5556AC; }

 a { background-color: rgb(85,86,172); }

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

border-color css

<style>
 span { border-color: #5556AC; }

 span { border-color: rgb(85,86,172); }

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