#555EBE

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

Shades of Rich Blue #555EBE

Tints of Rich Blue #555EBE

Color information

#555EBE (or 0x555EBE) is unknown color: approx Rich Blue. HEX triplet: 55, 5E and BE. RGB value is (85,94,190). Sum of RGB (Red+Green+Blue) = 85+94+190=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #555EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EBE is #AAA141. Grayscale: #656565. Windows color (decimal): -11182402 or 12475989. OLE color: 12475989.

HSL color Cylindrical-coordinate representation of color #555EBE: hue angle of 234.86º 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 #555EBE is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8594190-
CMYK0.550.5100.25
HSL234.86º44.68%53.92%-
HSV(B)234.86º55.26%74.51%-
XYZ17.0413.6550.45-
YUV102.25177.52115.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 190 (74.61% from 255) = 51.49%
R=23.04%
G=25.47%
B=51.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85941900.550.5100.25234.8644.6853.92
Hex555EBE3733019eb2d36
Octal12513627667630313535566
Binary101010110111101011111011011111001101100111101011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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