#54A2CE

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

Shades of Picton Blue #54A2CE

Tints of Picton Blue #54A2CE

Color information

#54A2CE (or 0x54A2CE) is unknown color: approx Picton Blue. HEX triplet: 54, A2 and CE. RGB value is (84,162,206). Sum of RGB (Red+Green+Blue) = 84+162+206=452 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.58% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #54A2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A2CE is #AB5D31. Grayscale: #8F8F8F. Windows color (decimal): -11230514 or 13541972. OLE color: 13541972.

HSL color Cylindrical-coordinate representation of color #54A2CE: hue angle of 201.64º 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 #54A2CE is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84162206-
CMYK0.590.2100.19
HSL201.64º55.45%56.86%-
HSV(B)201.64º59.22%80.78%-
XYZ27.7232.1863.14-
YUV143.69163.1685.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.58%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 206 (80.86% from 255) = 45.58%
R=18.58%
G=35.84%
B=45.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841622060.590.2100.19201.6455.4556.86
Hex54A2CE3B15013ca3739
Octal12424231673250233126771
Binary101010010100010110011101110111010101001111001010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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