#5555BE

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

Shades of Rich Blue #5555BE

Tints of Rich Blue #5555BE

Color information

#5555BE (or 0x5555BE) is unknown color: approx Rich Blue. HEX triplet: 55, 55 and BE. RGB value is (85,85,190). Sum of RGB (Red+Green+Blue) = 85+85+190=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #5555BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5555BE is #AAAA41. Grayscale: #606060. Windows color (decimal): -11184706 or 12473685. OLE color: 12473685.

HSL color Cylindrical-coordinate representation of color #5555BE: hue angle of 240º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5555BE is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8585190-
CMYK0.550.5500.25
HSL240º44.68%53.92%-
HSV(B)240º55.26%74.51%-
XYZ16.2912.1550.2-
YUV96.97180.5119.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=23.61%
G=23.61%
B=52.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85851900.550.5500.2524044.6853.92
Hex5555BE3737019f02d36
Octal12512527667670313605566
Binary101010110101011011111011011111011101100111110000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5555BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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