Html Css Color HEX #053B5D Prussian Blue

📋 copy color: '#053B5D'

red 5 ◦ green 59 ◦ blue 93

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

Shades of Prussian Blue #053B5D

Tints of Prussian Blue #053B5D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.58%

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

R = 3.18%
G = 37.58%
B = 59.24%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#053B5D (or 0x053B5D) is known color: Prussian Blue. HEX triplet: 05, 3B and 5D. RGB value is (5,59,93). Sum of RGB (Red+Green+Blue) = 5+59+93=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #053B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B5D is #FAC4A2. Grayscale: #2E2E2E. Windows color (decimal): -16434339 or 6109957. OLE color: 6109957.

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

Color convert

RGB 5 59 93 -
CMYK 0.95 0.37 0 0.64
HSL 203.18º 0.9% 0.19% -
HSV(B) 203.18º 0.95% 0.36% -
XYZ 3.6 3.95 10.93 -
YUV 46.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 5 59 93 0.95 0.37 0 0.64 203.18 0.9 0.19
Hex 5 3B 5D 5F 25 0 40 CB 5A 13
Octal 5 73 135 137 45 0 100 313 132 23
Binary 101 111011 1011101 1011111 100101 0 1000000 11001011 1011010 10011

Color Harmonies of #053B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053B5D

Black with #053B5D

Text Example


Text Example

White with #053B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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