#05376C

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

Shades of Prussian Blue #05376C

Tints of Prussian Blue #05376C

Color information

#05376C (or 0x05376C) is unknown color: approx Prussian Blue. HEX triplet: 05, 37 and 6C. RGB value is (5,55,108). Sum of RGB (Red+Green+Blue) = 5+55+108=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #05376C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05376C is #FAC893. Grayscale: #2D2D2D. Windows color (decimal): -16435348 or 7091973. OLE color: 7091973.

HSL color Cylindrical-coordinate representation of color #05376C: hue angle of 210.87º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05376C is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB555108-
CMYK0.950.4900.58
HSL210.87º91.15%22.16%-
HSV(B)210.87º95.37%42.35%-
XYZ4.143.8514.71-
YUV46.09162.9498.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.98%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 108 (42.58% from 255) = 64.29%
R=2.98%
G=32.74%
B=64.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5551080.950.4900.58210.8791.1522.16
Hex5376C5F3103Ad35b16
Octal5671541376107232313326
Binary10111011111011001011111110001011101011010011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05376C; }

 p { color: rgb(5,55,108); }

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

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

 a { background-color: rgb(5,55,108); }

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

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

 span { border-color: rgb(5,55,108); }

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