#54A1CE

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

Shades of Picton Blue #54A1CE

Tints of Picton Blue #54A1CE

Color information

#54A1CE (or 0x54A1CE) is unknown color: approx Picton Blue. HEX triplet: 54, A1 and CE. RGB value is (84,161,206). Sum of RGB (Red+Green+Blue) = 84+161+206=451 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.63% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #54A1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A1CE is #AB5E31. Grayscale: #8E8E8E. Windows color (decimal): -11230770 or 13541716. OLE color: 13541716.

HSL color Cylindrical-coordinate representation of color #54A1CE: hue angle of 202.13º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54A1CE is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84161206-
CMYK0.590.2200.19
HSL202.13º55.45%56.86%-
HSV(B)202.13º59.22%80.78%-
XYZ27.5431.8363.08-
YUV143.11163.4985.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.63%
GREEN value IS 161 (63.28% from 255) = 35.70%
BLUE value IS 206 (80.86% from 255) = 45.68%
R=18.63%
G=35.70%
B=45.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841612060.590.2200.19202.1355.4556.86
Hex54A1CE3B16013ca3739
Octal12424131673260233126771
Binary101010010100001110011101110111011001001111001010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,161,206); }

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

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

 a { background-color: rgb(84,161,206); }

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

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

 span { border-color: rgb(84,161,206); }

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