#054260

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

Shades of Prussian Blue #054260

Tints of Prussian Blue #054260

Color information

#054260 (or 0x054260) is unknown color: approx Prussian Blue. HEX triplet: 05, 42 and 60. RGB value is (5,66,96). Sum of RGB (Red+Green+Blue) = 5+66+96=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #054260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054260 is #FABD9F. Grayscale: #333333. Windows color (decimal): -16432544 or 6308357. OLE color: 6308357.

HSL color Cylindrical-coordinate representation of color #054260: hue angle of 199.78º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054260 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB56696-
CMYK0.950.3100.62
HSL199.78º90.1%19.8%-
HSV(B)199.78º94.79%37.65%-
XYZ4.124.7711.77-
YUV51.18153.2995.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.99%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 96 (37.89% from 255) = 57.49%
R=2.99%
G=39.52%
B=57.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal566960.950.3100.62199.7890.119.8
Hex542605F1F03Ec85a14
Octal51021401373707631013224
Binary10110000101100000101111111111011111011001000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054260; }

 p { color: rgb(5,66,96); }

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

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

 a { background-color: rgb(5,66,96); }

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

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

 span { border-color: rgb(5,66,96); }

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