#54A3CA

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

Shades of Picton Blue #54A3CA

Tints of Picton Blue #54A3CA

Color information

#54A3CA (or 0x54A3CA) is unknown color: approx Picton Blue. HEX triplet: 54, A3 and CA. RGB value is (84,163,202). Sum of RGB (Red+Green+Blue) = 84+163+202=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #54A3CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A3CA is #AB5C35. Grayscale: #8F8F8F. Windows color (decimal): -11230262 or 13280084. OLE color: 13280084.

HSL color Cylindrical-coordinate representation of color #54A3CA: hue angle of 199.83º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54A3CA is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB84163202-
CMYK0.580.1900.21
HSL199.83º52.68%56.08%-
HSV(B)199.83º58.42%79.22%-
XYZ27.4132.3460.68-
YUV143.82160.8385.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.71%
GREEN value IS 163 (64.06% from 255) = 36.30%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=18.71%
G=36.30%
B=44.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal841632020.580.1900.21199.8352.6856.08
Hex54A3CA3A13015c83538
Octal12424331272230253106570
Binary101010010100011110010101110101001101010111001000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,163,202); }

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

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

 a { background-color: rgb(84,163,202); }

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

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

 span { border-color: rgb(84,163,202); }

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