#555EBF

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

Shades of Rich Blue #555EBF

Tints of Rich Blue #555EBF

Color information

#555EBF (or 0x555EBF) is unknown color: approx Rich Blue. HEX triplet: 55, 5E and BF. RGB value is (85,94,191). Sum of RGB (Red+Green+Blue) = 85+94+191=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #555EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EBF is #AAA140. Grayscale: #656565. Windows color (decimal): -11182401 or 12541525. OLE color: 12541525.

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

Color convert

RGB8594191-
CMYK0.550.5100.25
HSL234.91º45.3%54.12%-
HSV(B)234.91º55.5%74.9%-
XYZ17.1513.751.03-
YUV102.37178.02115.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.97%
GREEN value IS 94 (37.11% from 255) = 25.41%
BLUE value IS 191 (75% from 255) = 51.62%
R=22.97%
G=25.41%
B=51.62%

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
Decimal85941910.550.5100.25234.9145.354.12
Hex555EBF3733019eb2d36
Octal12513627767630313535566
Binary101010110111101011111111011111001101100111101011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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