Html Css Color HEX #555AAA Rich Blue

📋 copy color: '#555AAA'

red 85 ◦ green 90 ◦ blue 170

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

Shades of Rich Blue #555AAA

Tints of Rich Blue #555AAA

RGB

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

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

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

R = 24.64%
G = 26.09%
B = 49.28%

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

#555AAA (or 0x555AAA) is known color: Rich Blue. HEX triplet: 55, 5A and AA. RGB value is (85,90,170). Sum of RGB (Red+Green+Blue) = 85+90+170=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #555AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555AAA is #AAA555. Grayscale: #616161. Windows color (decimal): -11183446 or 11164245. OLE color: 11164245.

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

Color convert

RGB 85 90 170 -
CMYK 0.50 0.47 0 0.33
HSL 236.47º 0.33% 0.5% -
HSV(B) 236.47º 0.5% 0.67% -
XYZ 14.66 12.15 39.6 -
YUV 97.63 168.84 119 -
System Red Green Blue C M Y K H S L
Decimal 85 90 170 0.50 0.47 0 0.33 236.47 0.33 0.5
Hex 55 5A AA 32 2F 0 21 EC 21 32
Octal 125 132 252 62 57 0 41 354 41 62
Binary 1010101 1011010 10101010 110010 101111 0 100001 11101100 100001 110010

Color Harmonies of #555AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555AAA

Black with #555AAA

Text Example


Text Example

White with #555AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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