#5F58AB

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

Shades of Rich Blue #5F58AB

Tints of Rich Blue #5F58AB

Color information

#5F58AB (or 0x5F58AB) is unknown color: approx Rich Blue. HEX triplet: 5F, 58 and AB. RGB value is (95,88,171). Sum of RGB (Red+Green+Blue) = 95+88+171=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F58AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F58AB is #A0A754. Grayscale: #636363. Windows color (decimal): -10528597 or 11229279. OLE color: 11229279.

HSL color Cylindrical-coordinate representation of color #5F58AB: hue angle of 245.06º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F58AB is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9588171-
CMYK0.440.4900.33
HSL245.06º33.07%50.78%-
HSV(B)245.06º48.54%67.06%-
XYZ15.5612.3540.09-
YUV99.56168.32124.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.84%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=26.84%
G=24.86%
B=48.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95881710.440.4900.33245.0633.0750.78
Hex5F58AB2C31021f52133
Octal13713025354610413654163
Binary1011111101100010101011101100110001010000111110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F58AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,88,171); }

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

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

 a { background-color: rgb(95,88,171); }

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

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

 span { border-color: rgb(95,88,171); }

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