#5765AC

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

Shades of Rich Blue #5765AC

Tints of Rich Blue #5765AC

Color information

#5765AC (or 0x5765AC) is unknown color: approx Rich Blue. HEX triplet: 57, 65 and AC. RGB value is (87,101,172). Sum of RGB (Red+Green+Blue) = 87+101+172=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #5765AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5765AC is #A89A53. Grayscale: #686868. Windows color (decimal): -11049556 or 11298135. OLE color: 11298135.

HSL color Cylindrical-coordinate representation of color #5765AC: hue angle of 230.12º degrees, saturation: 0.34, 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 #5765AC is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB87101172-
CMYK0.490.4100.33
HSL230.12º33.86%50.78%-
HSV(B)230.12º49.42%67.45%-
XYZ16.0314.3140.95-
YUV104.91165.86115.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.17%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 172 (67.58% from 255) = 47.78%
R=24.17%
G=28.06%
B=47.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871011720.490.4100.33230.1233.8650.78
Hex5765AC3129021e62233
Octal12714525461510413464263
Binary1010111110010110101100110001101001010000111100110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5765AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5765AC; }

 p { color: rgb(87,101,172); }

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

<style>
 a { background-color: #5765AC; }

 a { background-color: rgb(87,101,172); }

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

<style>
 span { border-color: #5765AC; }

 span { border-color: rgb(87,101,172); }

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