#053C5C

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

Shades of Prussian Blue #053C5C

Tints of Prussian Blue #053C5C

Color information

#053C5C (or 0x053C5C) is unknown color: approx Prussian Blue. HEX triplet: 05, 3C and 5C. RGB value is (5,60,92). Sum of RGB (Red+Green+Blue) = 5+60+92=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #053C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C5C is #FAC3A3. Grayscale: #2F2F2F. Windows color (decimal): -16434084 or 6044677. OLE color: 6044677.

HSL color Cylindrical-coordinate representation of color #053C5C: hue angle of 202.07º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053C5C is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB56092-
CMYK0.950.3500.64
HSL202.07º89.69%19.02%-
HSV(B)202.07º94.57%36.08%-
XYZ3.614.0410.71-
YUV47.2153.2897.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 60 (23.83% from 255) = 38.22%
BLUE value IS 92 (36.33% from 255) = 58.60%
R=3.18%
G=38.22%
B=58.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal560920.950.3500.64202.0789.6919.02
Hex53C5C5F23040ca5a13
Octal57413413743010031213223
Binary101111100101110010111111000110100000011001010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053C5C; }

 p { color: rgb(5,60,92); }

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

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

 a { background-color: rgb(5,60,92); }

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

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

 span { border-color: rgb(5,60,92); }

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