#5B55AF

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

Shades of Rich Blue #5B55AF

Tints of Rich Blue #5B55AF

Color information

#5B55AF (or 0x5B55AF) is unknown color: approx Rich Blue. HEX triplet: 5B, 55 and AF. RGB value is (91,85,175). Sum of RGB (Red+Green+Blue) = 91+85+175=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B55AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B55AF is #A4AA50. Grayscale: #606060. Windows color (decimal): -10791505 or 11490651. OLE color: 11490651.

HSL color Cylindrical-coordinate representation of color #5B55AF: hue angle of 244º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B55AF is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9185175-
CMYK0.480.5100.31
HSL244º36%50.98%-
HSV(B)244º51.43%68.63%-
XYZ15.311.8242.03-
YUV97.05171.99123.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.93%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=25.93%
G=24.22%
B=49.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91851750.480.5100.312443650.98
Hex5B55AF303301Ff42433
Octal13312525760630373644463
Binary101101110101011010111111000011001101111111110100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B55AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B55AF; }

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

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

<style>
 a { background-color: #5B55AF; }

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

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

<style>
 span { border-color: #5B55AF; }

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

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