Html Css Color HEX #5555AA Rich Blue

📋 copy color: '#5555AA'

red 85 ◦ green 85 ◦ blue 170

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

Shades of Rich Blue #5555AA

Tints of Rich Blue #5555AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25%

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

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5555AA (or 0x5555AA) is known color: Rich Blue. HEX triplet: 55, 55 and AA. RGB value is (85,85,170). Sum of RGB (Red+Green+Blue) = 85+85+170=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #5555AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5555AA is #AAAA55. Grayscale: #5E5E5E. Windows color (decimal): -11184726 or 11162965. OLE color: 11162965.

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

Color convert

RGB 85 85 170 -
CMYK 0.50 0.50 0 0.33
HSL 240º 0.33% 0.5% -
HSV(B) 240º 0.5% 0.67% -
XYZ 14.25 11.33 39.47 -
YUV 94.69 170.5 121.09 -
System Red Green Blue C M Y K H S L
Decimal 85 85 170 0.50 0.50 0 0.33 240 0.33 0.5
Hex 55 55 AA 32 32 0 21 F0 21 32
Octal 125 125 252 62 62 0 41 360 41 62
Binary 1010101 1010101 10101010 110010 110010 0 100001 11110000 100001 110010

Color Harmonies of #5555AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5555AA

Black with #5555AA

Text Example


Text Example

White with #5555AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5555AA; }

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

 H1.HeaderClassName
 {
   color: #5555AA;
 }
 .AnyTagClassName
 {
   color: #5555AA;
 }
</style>

background-color css

<style>
 a { background-color: #5555AA; }

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

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

border-color css

<style>
 span { border-color: #5555AA; }

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

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