#54A1CD

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

Shades of Picton Blue #54A1CD

Tints of Picton Blue #54A1CD

Color information

#54A1CD (or 0x54A1CD) is unknown color: approx Picton Blue. HEX triplet: 54, A1 and CD. RGB value is (84,161,205). Sum of RGB (Red+Green+Blue) = 84+161+205=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #54A1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A1CD is #AB5E32. Grayscale: #8E8E8E. Windows color (decimal): -11230771 or 13476180. OLE color: 13476180.

HSL color Cylindrical-coordinate representation of color #54A1CD: hue angle of 201.82º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54A1CD is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB84161205-
CMYK0.590.2100.20
HSL201.82º54.75%56.67%-
HSV(B)201.82º59.02%80.39%-
XYZ27.4231.7862.45-
YUV142.99162.9985.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.67%
GREEN value IS 161 (63.28% from 255) = 35.78%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=18.67%
G=35.78%
B=45.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841612050.590.2100.20201.8254.7556.67
Hex54A1CD3B15014ca3739
Octal12424131573250243126771
Binary101010010100001110011011110111010101010011001010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,161,205); }

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

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

 a { background-color: rgb(84,161,205); }

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

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

 span { border-color: rgb(84,161,205); }

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