Html Css Color HEX #555AAB Rich Blue

📋 copy color: '#555AAB'

red 85 ◦ green 90 ◦ blue 171

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

Shades of Rich Blue #555AAB

Tints of Rich Blue #555AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.01%

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 24.57%
G = 26.01%
B = 49.42%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#555AAB (or 0x555AAB) is known color: Rich Blue. HEX triplet: 55, 5A and AB. RGB value is (85,90,171). Sum of RGB (Red+Green+Blue) = 85+90+171=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #555AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555AAB is #AAA554. Grayscale: #616161. Windows color (decimal): -11183445 or 11229781. OLE color: 11229781.

HSL color Cylindrical-coordinate representation of color #555AAB: hue angle of 236.51º degrees, saturation: 0.34, 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 #555AAB is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 90 171 -
CMYK 0.50 0.47 0 0.33
HSL 236.51º 0.34% 0.5% -
HSV(B) 236.51º 0.5% 0.67% -
XYZ 14.75 12.18 40.1 -
YUV 97.74 169.34 118.91 -
System Red Green Blue C M Y K H S L
Decimal 85 90 171 0.50 0.47 0 0.33 236.51 0.34 0.5
Hex 55 5A AB 32 2F 0 21 ED 22 32
Octal 125 132 253 62 57 0 41 355 42 62
Binary 1010101 1011010 10101011 110010 101111 0 100001 11101101 100010 110010

Color Harmonies of #555AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555AAB

Black with #555AAB

Text Example


Text Example

White with #555AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,90,171); }

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

background-color css

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

 a { background-color: rgb(85,90,171); }

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

border-color css

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

 span { border-color: rgb(85,90,171); }

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