Html Css Color HEX #5557AD Rich Blue

📋 copy color: '#5557AD'

red 85 ◦ green 87 ◦ blue 173

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

Shades of Rich Blue #5557AD

Tints of Rich Blue #5557AD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.22%

 BLUE value IS 173 (67.97% from 255) = 50.14%

R = 24.64%
G = 25.22%
B = 50.14%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5557AD (or 0x5557AD) is known color: Rich Blue. HEX triplet: 55, 57 and AD. RGB value is (85,87,173). Sum of RGB (Red+Green+Blue) = 85+87+173=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #5557AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5557AD is #AAA852. Grayscale: #5F5F5F. Windows color (decimal): -11184211 or 11360085. OLE color: 11360085.

HSL color Cylindrical-coordinate representation of color #5557AD: hue angle of 238.64º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5557AD is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 87 173 -
CMYK 0.51 0.50 0 0.32
HSL 238.64º 0.35% 0.51% -
HSV(B) 238.64º 0.51% 0.68% -
XYZ 14.7 11.76 41.03 -
YUV 96.21 171.34 120.01 -
System Red Green Blue C M Y K H S L
Decimal 85 87 173 0.51 0.50 0 0.32 238.64 0.35 0.51
Hex 55 57 AD 33 32 0 20 EF 23 33
Octal 125 127 255 63 62 0 40 357 43 63
Binary 1010101 1010111 10101101 110011 110010 0 100000 11101111 100011 110011

Color Harmonies of #5557AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5557AD

Black with #5557AD

Text Example


Text Example

White with #5557AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5557AD; }

 p { color: rgb(85,87,173); }

 H1.HeaderClassName
 {
   color: #5557AD;
 }
 .AnyTagClassName
 {
   color: #5557AD;
 }
</style>

background-color css

<style>
 a { background-color: #5557AD; }

 a { background-color: rgb(85,87,173); }

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

border-color css

<style>
 span { border-color: #5557AD; }

 span { border-color: rgb(85,87,173); }

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