#5F55B0

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

Shades of Rich Blue #5F55B0

Tints of Rich Blue #5F55B0

Color information

#5F55B0 (or 0x5F55B0) is unknown color: approx Rich Blue. HEX triplet: 5F, 55 and B0. RGB value is (95,85,176). Sum of RGB (Red+Green+Blue) = 95+85+176=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #5F55B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F55B0 is #A0AA4F. Grayscale: #626262. Windows color (decimal): -10529360 or 11556191. OLE color: 11556191.

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

Color convert

RGB9585176-
CMYK0.460.5200.31
HSL246.59º36.55%51.18%-
HSV(B)246.59º51.7%69.02%-
XYZ15.812.0642.57-
YUV98.36171.81125.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.69%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 176 (69.14% from 255) = 49.44%
R=26.69%
G=23.88%
B=49.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95851760.460.5200.31246.5936.5551.18
Hex5F55B02E3401Ff72533
Octal13712526056640373674563
Binary101111110101011011000010111011010001111111110111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F55B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,85,176); }

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

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

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

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

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

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

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