#54A4CB

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

Shades of Picton Blue #54A4CB

Tints of Picton Blue #54A4CB

Color information

#54A4CB (or 0x54A4CB) is unknown color: approx Picton Blue. HEX triplet: 54, A4 and CB. RGB value is (84,164,203). Sum of RGB (Red+Green+Blue) = 84+164+203=451 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.63% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #54A4CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A4CB is #AB5B34. Grayscale: #909090. Windows color (decimal): -11230005 or 13345876. OLE color: 13345876.

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

Color convert

RGB84164203-
CMYK0.590.1900.20
HSL199.66º53.36%56.27%-
HSV(B)199.66º58.62%79.61%-
XYZ27.7132.7561.36-
YUV144.5316184.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.63%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 203 (79.69% from 255) = 45.01%
R=18.63%
G=36.36%
B=45.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841642030.590.1900.20199.6653.3656.27
Hex54A4CB3B13014c83538
Octal12424431373230243106570
Binary101010010100100110010111110111001101010011001000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,164,203); }

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

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

 a { background-color: rgb(84,164,203); }

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

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

 span { border-color: rgb(84,164,203); }

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