#5760AF

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

Shades of Rich Blue #5760AF

Tints of Rich Blue #5760AF

Color information

#5760AF (or 0x5760AF) is unknown color: approx Rich Blue. HEX triplet: 57, 60 and AF. RGB value is (87,96,175). Sum of RGB (Red+Green+Blue) = 87+96+175=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #5760AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5760AF is #A89F50. Grayscale: #656565. Windows color (decimal): -11050833 or 11493463. OLE color: 11493463.

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

Color convert

RGB8796175-
CMYK0.500.4500.31
HSL233.86º35.48%51.37%-
HSV(B)233.86º50.29%68.63%-
XYZ15.8513.4942.33-
YUV102.32169.02117.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.30%
GREEN value IS 96 (37.89% from 255) = 26.82%
BLUE value IS 175 (68.75% from 255) = 48.88%
R=24.30%
G=26.82%
B=48.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal87961750.500.4500.31233.8635.4851.37
Hex5760AF322D01Fea2333
Octal12714025762550373524363
Binary101011111000001010111111001010110101111111101010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5760AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5760AF; }

 p { color: rgb(87,96,175); }

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

<style>
 a { background-color: #5760AF; }

 a { background-color: rgb(87,96,175); }

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

<style>
 span { border-color: #5760AF; }

 span { border-color: rgb(87,96,175); }

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