#54A0D2

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

Shades of Picton Blue #54A0D2

Tints of Picton Blue #54A0D2

Color information

#54A0D2 (or 0x54A0D2) is unknown color: approx Picton Blue. HEX triplet: 54, A0 and D2. RGB value is (84,160,210). Sum of RGB (Red+Green+Blue) = 84+160+210=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #54A0D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A0D2 is #AB5F2D. Grayscale: #8E8E8E. Windows color (decimal): -11231022 or 13803604. OLE color: 13803604.

HSL color Cylindrical-coordinate representation of color #54A0D2: hue angle of 203.81º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54A0D2 is Cyan = 0.6, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB84160210-
CMYK0.60.2400.18
HSL203.81º58.33%57.65%-
HSV(B)203.81º60%82.35%-
XYZ27.8631.6865.62-
YUV142.98165.8285.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.50%
GREEN value IS 160 (62.89% from 255) = 35.24%
BLUE value IS 210 (82.42% from 255) = 46.26%
R=18.50%
G=35.24%
B=46.26%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal841602100.60.2400.18203.8158.3357.65
Hex54A0D23C18012cc3a3a
Octal12424032274300223147272
Binary101010010100000110100101111001100001001011001100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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