#5C58AB

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

Shades of Rich Blue #5C58AB

Tints of Rich Blue #5C58AB

Color information

#5C58AB (or 0x5C58AB) is unknown color: approx Rich Blue. HEX triplet: 5C, 58 and AB. RGB value is (92,88,171). Sum of RGB (Red+Green+Blue) = 92+88+171=351 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.21% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C58AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C58AB is #A3A754. Grayscale: #626262. Windows color (decimal): -10725205 or 11229276. OLE color: 11229276.

HSL color Cylindrical-coordinate representation of color #5C58AB: hue angle of 242.89º 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 #5C58AB is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9288171-
CMYK0.460.4900.33
HSL242.89º33.07%50.78%-
HSV(B)242.89º48.54%67.06%-
XYZ15.2512.240.08-
YUV98.66168.83123.25-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.21%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=26.21%
G=25.07%
B=48.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92881710.460.4900.33242.8933.0750.78
Hex5C58AB2E31021f32133
Octal13413025356610413634163
Binary1011100101100010101011101110110001010000111110011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C58AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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