#57A3D0

Color #57A3D0 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #57A3D0

Tints of Picton Blue #57A3D0

Color information

#57A3D0 (or 0x57A3D0) is unknown color: approx Picton Blue. HEX triplet: 57, A3 and D0. RGB value is (87,163,208). Sum of RGB (Red+Green+Blue) = 87+163+208=458 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.00% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #57A3D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A3D0 is #A85C2F. Grayscale: #919191. Windows color (decimal): -11033648 or 13673303. OLE color: 13673303.

HSL color Cylindrical-coordinate representation of color #57A3D0: hue angle of 202.31º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57A3D0 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB87163208-
CMYK0.580.2200.18
HSL202.31º56.28%57.84%-
HSV(B)202.31º58.17%81.57%-
XYZ28.4132.7764.5-
YUV145.41163.3286.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.00%
GREEN value IS 163 (64.06% from 255) = 35.59%
BLUE value IS 208 (81.64% from 255) = 45.41%
R=19.00%
G=35.59%
B=45.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal871632080.580.2200.18202.3156.2857.84
Hex57A3D03A16012ca383a
Octal12724332072260223127072
Binary101011110100011110100001110101011001001011001010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57A3D0; }

 p { color: rgb(87,163,208); }

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

<style>
 a { background-color: #57A3D0; }

 a { background-color: rgb(87,163,208); }

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

<style>
 span { border-color: #57A3D0; }

 span { border-color: rgb(87,163,208); }

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