#57A4E1

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

Shades of Picton Blue #57A4E1

Tints of Picton Blue #57A4E1

Color information

#57A4E1 (or 0x57A4E1) is unknown color: approx Picton Blue. HEX triplet: 57, A4 and E1. RGB value is (87,164,225). Sum of RGB (Red+Green+Blue) = 87+164+225=476 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.28% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #57A4E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A4E1 is #A85B1E. Grayscale: #939393. Windows color (decimal): -11033375 or 14787671. OLE color: 14787671.

HSL color Cylindrical-coordinate representation of color #57A4E1: hue angle of 206.52º 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 #57A4E1 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB87164225-
CMYK0.610.2700.12
HSL206.52º69.7%61.18%-
HSV(B)206.52º61.33%88.24%-
XYZ30.834.0176.18-
YUV147.93171.4984.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.28%
GREEN value IS 164 (64.45% from 255) = 34.45%
BLUE value IS 225 (88.28% from 255) = 47.27%
R=18.28%
G=34.45%
B=47.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal871642250.610.2700.12206.5269.761.18
Hex57A4E13D1B0Ccf463d
Octal127244341753301431710675
Binary101011110100100111000011111011101101100110011111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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