#54A0E1

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

Shades of Picton Blue #54A0E1

Tints of Picton Blue #54A0E1

Color information

#54A0E1 (or 0x54A0E1) is unknown color: approx Picton Blue. HEX triplet: 54, A0 and E1. RGB value is (84,160,225). Sum of RGB (Red+Green+Blue) = 84+160+225=469 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.91% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #54A0E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A0E1 is #AB5F1E. Grayscale: #909090. Windows color (decimal): -11231007 or 14786644. OLE color: 14786644.

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

Color convert

RGB84160225-
CMYK0.630.2900.12
HSL207.66º70.15%60.59%-
HSV(B)207.66º62.67%88.24%-
XYZ29.8232.4675.93-
YUV144.69173.3284.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.91%
GREEN value IS 160 (62.89% from 255) = 34.12%
BLUE value IS 225 (88.28% from 255) = 47.97%
R=17.91%
G=34.12%
B=47.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal841602250.630.2900.12207.6670.1560.59
Hex54A0E13F1D0Cd0463d
Octal124240341773501432010675
Binary101010010100000111000011111111110101100110100001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A0E1; }

 p { color: rgb(84,160,225); }

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

<style>
 a { background-color: #54A0E1; }

 a { background-color: rgb(84,160,225); }

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

<style>
 span { border-color: #54A0E1; }

 span { border-color: rgb(84,160,225); }

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