Html Css Color HEX #555DAA Rich Blue

📋 copy color: '#555DAA'

red 85 ◦ green 93 ◦ blue 170

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

Shades of Rich Blue #555DAA

Tints of Rich Blue #555DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.72%

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 24.43%
G = 26.72%
B = 48.85%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#555DAA (or 0x555DAA) is known color: Rich Blue. HEX triplet: 55, 5D and AA. RGB value is (85,93,170). Sum of RGB (Red+Green+Blue) = 85+93+170=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #555DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555DAA is #AAA255. Grayscale: #636363. Windows color (decimal): -11182678 or 11165013. OLE color: 11165013.

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

Color convert

RGB 85 93 170 -
CMYK 0.50 0.45 0 0.33
HSL 234.35º 0.33% 0.5% -
HSV(B) 234.35º 0.5% 0.67% -
XYZ 14.92 12.66 39.69 -
YUV 99.39 167.85 117.74 -
System Red Green Blue C M Y K H S L
Decimal 85 93 170 0.50 0.45 0 0.33 234.35 0.33 0.5
Hex 55 5D AA 32 2D 0 21 EA 21 32
Octal 125 135 252 62 55 0 41 352 41 62
Binary 1010101 1011101 10101010 110010 101101 0 100001 11101010 100001 110010

Color Harmonies of #555DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555DAA

Black with #555DAA

Text Example


Text Example

White with #555DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555DAA; }

 p { color: rgb(85,93,170); }

 H1.HeaderClassName
 {
   color: #555DAA;
 }
 .AnyTagClassName
 {
   color: #555DAA;
 }
</style>

background-color css

<style>
 a { background-color: #555DAA; }

 a { background-color: rgb(85,93,170); }

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

border-color css

<style>
 span { border-color: #555DAA; }

 span { border-color: rgb(85,93,170); }

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