#54a6e1

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

Shades of Picton Blue #54A6E1

Tints of Picton Blue #54A6E1

Color information

#54A6E1 (or 0x54A6E1) is unknown color: approx Picton Blue. HEX triplet: 54, A6 and E1. RGB value is (84,166,225). Sum of RGB (Red+Green+Blue) = 84+166+225=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 225 - color contains mainly: blue. Hex color #54A6E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A6E1 is #AB591E. Grayscale: #939393. Windows color (decimal): -11229471 or 14788180. OLE color: 14788180.

HSL color Cylindrical-coordinate representation of color #54A6E1: hue angle of 205.11º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54A6E1 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB84166225-
CMYK0.630.2600.12
HSL205.11º70.15%60.59%-
HSV(B)205.11º62.67%88.24%-
XYZ30.8834.5976.28-
YUV148.21171.3382.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.68%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 225 (88.28% from 255) = 47.37%
R=17.68%
G=34.95%
B=47.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal841662250.630.2600.12205.1170.1560.59
Hex54A6E13F1A0Ccd463d
Octal124246341773201431510675
Binary101010010100110111000011111111101001100110011011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54a6e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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