#57A2E1

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

Shades of Picton Blue #57A2E1

Tints of Picton Blue #57A2E1

Color information

#57A2E1 (or 0x57A2E1) is unknown color: approx Picton Blue. HEX triplet: 57, A2 and E1. RGB value is (87,162,225). Sum of RGB (Red+Green+Blue) = 87+162+225=474 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.35% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #57A2E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A2E1 is #A85D1E. Grayscale: #929292. Windows color (decimal): -11033887 or 14787159. OLE color: 14787159.

HSL color Cylindrical-coordinate representation of color #57A2E1: hue angle of 207.39º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57A2E1 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB87162225-
CMYK0.610.2800.12
HSL207.39º69.7%61.18%-
HSV(B)207.39º61.33%88.24%-
XYZ30.4433.376.06-
YUV146.76172.1585.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.35%
GREEN value IS 162 (63.67% from 255) = 34.18%
BLUE value IS 225 (88.28% from 255) = 47.47%
R=18.35%
G=34.18%
B=47.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal871622250.610.2800.12207.3969.761.18
Hex57A2E13D1C0Ccf463d
Octal127242341753401431710675
Binary101011110100010111000011111011110001100110011111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,162,225); }

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

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

 a { background-color: rgb(87,162,225); }

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

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

 span { border-color: rgb(87,162,225); }

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