#05425C

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

Shades of Prussian Blue #05425C

Tints of Prussian Blue #05425C

Color information

#05425C (or 0x05425C) is unknown color: approx Prussian Blue. HEX triplet: 05, 42 and 5C. RGB value is (5,66,92). Sum of RGB (Red+Green+Blue) = 5+66+92=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #05425C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05425C is #FABDA3. Grayscale: #323232. Windows color (decimal): -16432548 or 6046213. OLE color: 6046213.

HSL color Cylindrical-coordinate representation of color #05425C: hue angle of 197.93º 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 #05425C is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB56692-
CMYK0.950.2800.64
HSL197.93º89.69%19.02%-
HSV(B)197.93º94.57%36.08%-
XYZ3.944.710.82-
YUV50.72151.2995.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 92 (36.33% from 255) = 56.44%
R=3.07%
G=40.49%
B=56.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal566920.950.2800.64197.9389.6919.02
Hex5425C5F1C040c65a13
Octal510213413734010030613223
Binary101100001010111001011111111000100000011000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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