#5c58af

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

Shades of Rich Blue #5C58AF

Tints of Rich Blue #5C58AF

Color information

#5C58AF (or 0x5C58AF) is unknown color: approx Rich Blue. HEX triplet: 5C, 58 and AF. RGB value is (92,88,175). Sum of RGB (Red+Green+Blue) = 92+88+175=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C58AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C58AF is #A3A750. Grayscale: #626262. Windows color (decimal): -10725201 or 11491420. OLE color: 11491420.

HSL color Cylindrical-coordinate representation of color #5C58AF: hue angle of 242.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C58AF is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9288175-
CMYK0.470.5000.31
HSL242.76º35.22%51.57%-
HSV(B)242.76º49.71%68.63%-
XYZ15.6412.3542.12-
YUV99.11170.83122.93-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.92%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 175 (68.75% from 255) = 49.30%
R=25.92%
G=24.79%
B=49.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal92881750.470.5000.31242.7635.2251.57
Hex5C58AF2F3201Ff32334
Octal13413025757620373634364
Binary101110010110001010111110111111001001111111110011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c58af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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