#555BB3

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

Shades of Rich Blue #555BB3

Tints of Rich Blue #555BB3

Color information

#555BB3 (or 0x555BB3) is unknown color: approx Rich Blue. HEX triplet: 55, 5B and B3. RGB value is (85,91,179). Sum of RGB (Red+Green+Blue) = 85+91+179=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #555BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BB3 is #AAA44C. Grayscale: #626262. Windows color (decimal): -11183181 or 11754325. OLE color: 11754325.

HSL color Cylindrical-coordinate representation of color #555BB3: hue angle of 236.17º 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 #555BB3 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8591179-
CMYK0.530.4900.30
HSL236.17º38.21%51.76%-
HSV(B)236.17º52.51%70.2%-
XYZ15.6212.6744.27-
YUV99.24173.01117.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.94%
GREEN value IS 91 (35.94% from 255) = 25.63%
BLUE value IS 179 (70.31% from 255) = 50.42%
R=23.94%
G=25.63%
B=50.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal85911790.530.4900.30236.1738.2151.76
Hex555BB3353101Eec2634
Octal12513326365610363544664
Binary101010110110111011001111010111000101111011101100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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