#5F5BBB

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

Shades of Rich Blue #5F5BBB

Tints of Rich Blue #5F5BBB

Color information

#5F5BBB (or 0x5F5BBB) is unknown color: approx Rich Blue. HEX triplet: 5F, 5B and BB. RGB value is (95,91,187). Sum of RGB (Red+Green+Blue) = 95+91+187=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #5F5BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5BBB is #A0A444. Grayscale: #666666. Windows color (decimal): -10527813 or 12278623. OLE color: 12278623.

HSL color Cylindrical-coordinate representation of color #5F5BBB: hue angle of 242.5º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F5BBB is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9591187-
CMYK0.490.5100.27
HSL242.5º41.38%54.51%-
HSV(B)242.5º51.34%73.33%-
XYZ17.4313.548.7-
YUV103.14175.33122.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.47%
GREEN value IS 91 (35.94% from 255) = 24.40%
BLUE value IS 187 (73.44% from 255) = 50.13%
R=25.47%
G=24.40%
B=50.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95911870.490.5100.27242.541.3854.51
Hex5F5BBB313301Bf22937
Octal13713327361630333625167
Binary101111110110111011101111000111001101101111110010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,91,187); }

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

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

 a { background-color: rgb(95,91,187); }

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

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

 span { border-color: rgb(95,91,187); }

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