#54A7D5

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

Shades of Picton Blue #54A7D5

Tints of Picton Blue #54A7D5

Color information

#54A7D5 (or 0x54A7D5) is unknown color: approx Picton Blue. HEX triplet: 54, A7 and D5. RGB value is (84,167,213). Sum of RGB (Red+Green+Blue) = 84+167+213=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #54A7D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A7D5 is #AB582A. Grayscale: #939393. Windows color (decimal): -11229227 or 14002004. OLE color: 14002004.

HSL color Cylindrical-coordinate representation of color #54A7D5: hue angle of 201.4º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54A7D5 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB84167213-
CMYK0.610.2200.16
HSL201.4º60.56%58.24%-
HSV(B)201.4º60.56%83.53%-
XYZ29.4934.3368.02-
YUV147.4316582.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.10%
GREEN value IS 167 (65.62% from 255) = 35.99%
BLUE value IS 213 (83.59% from 255) = 45.91%
R=18.10%
G=35.99%
B=45.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal841672130.610.2200.16201.460.5658.24
Hex54A7D53D16010c93d3a
Octal12424732575260203117572
Binary101010010100111110101011111011011001000011001001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,167,213); }

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

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

 a { background-color: rgb(84,167,213); }

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

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

 span { border-color: rgb(84,167,213); }

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