#54A6E5

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

Shades of Picton Blue #54A6E5

Tints of Picton Blue #54A6E5

Color information

#54A6E5 (or 0x54A6E5) is unknown color: approx Picton Blue. HEX triplet: 54, A6 and E5. RGB value is (84,166,229). Sum of RGB (Red+Green+Blue) = 84+166+229=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #54A6E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A6E5 is #AB591A. Grayscale: #949494. Windows color (decimal): -11229467 or 15050324. OLE color: 15050324.

HSL color Cylindrical-coordinate representation of color #54A6E5: hue angle of 206.07º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54A6E5 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB84166229-
CMYK0.630.2800.10
HSL206.07º73.6%61.37%-
HSV(B)206.07º63.32%89.8%-
XYZ31.4434.8179.19-
YUV148.66173.3381.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.54%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 229 (89.84% from 255) = 47.81%
R=17.54%
G=34.66%
B=47.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal841662290.630.2800.10206.0773.661.37
Hex54A6E53F1C0Ace4a3d
Octal124246345773401231611275
Binary101010010100110111001011111111110001010110011101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,166,229); }

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

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

 a { background-color: rgb(84,166,229); }

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

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

 span { border-color: rgb(84,166,229); }

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