#5555B3

Color #5555B3 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5555B3

Tints of Rich Blue #5555B3

Color information

#5555B3 (or 0x5555B3) is unknown color: approx Rich Blue. HEX triplet: 55, 55 and B3. RGB value is (85,85,179). Sum of RGB (Red+Green+Blue) = 85+85+179=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #5555B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5555B3 is #AAAA4C. Grayscale: #5F5F5F. Windows color (decimal): -11184717 or 11752789. OLE color: 11752789.

HSL color Cylindrical-coordinate representation of color #5555B3: hue angle of 240º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5555B3 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8585179-
CMYK0.530.5300.30
HSL240º38.21%51.76%-
HSV(B)240º52.51%70.2%-
XYZ15.1311.6844.11-
YUV95.72175120.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 179 (70.31% from 255) = 51.29%
R=24.36%
G=24.36%
B=51.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal85851790.530.5300.3024038.2151.76
Hex5555B3353501Ef02634
Octal12512526365650363604664
Binary101010110101011011001111010111010101111011110000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5555B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5555B3;
 }
 .AnyTagClassName
 {
   color: #5555B3;
 }
</style>
background-color css

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

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

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

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

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

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