Html Css Color HEX #053F5D Prussian Blue

📋 copy color: '#053F5D'

red 5 ◦ green 63 ◦ blue 93

#053F5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #053F5D

Tints of Prussian Blue #053F5D

RGB

 RED value IS 5 (2.34% from 255) = 3.11%

 GREEN value IS 63 (25% from 255) = 39.13%

 BLUE value IS 93 (36.72% from 255) = 57.76%

R = 3.11%
G = 39.13%
B = 57.76%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#053F5D (or 0x053F5D) is known color: Prussian Blue. HEX triplet: 05, 3F and 5D. RGB value is (5,63,93). Sum of RGB (Red+Green+Blue) = 5+63+93=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #053F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F5D is #FAC0A2. Grayscale: #303030. Windows color (decimal): -16433315 or 6110981. OLE color: 6110981.

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

Color convert

RGB 5 63 93 -
CMYK 0.95 0.32 0 0.64
HSL 200.45º 0.9% 0.19% -
HSV(B) 200.45º 0.95% 0.36% -
XYZ 3.82 4.38 11 -
YUV 49.08 152.78 96.56 -
System Red Green Blue C M Y K H S L
Decimal 5 63 93 0.95 0.32 0 0.64 200.45 0.9 0.19
Hex 5 3F 5D 5F 20 0 40 C8 5A 13
Octal 5 77 135 137 40 0 100 310 132 23
Binary 101 111111 1011101 1011111 100000 0 1000000 11001000 1011010 10011

Color Harmonies of #053F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053F5D

Black with #053F5D

Text Example


Text Example

White with #053F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,63,93); }

 H1.HeaderClassName
 {
   color: #053F5D;
 }
 .AnyTagClassName
 {
   color: #053F5D;
 }
</style>

background-color css

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

 a { background-color: rgb(5,63,93); }

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

border-color css

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

 span { border-color: rgb(5,63,93); }

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