Html Css Color HEX #053B5B Prussian Blue

📋 copy color: '#053B5B'

red 5 ◦ green 59 ◦ blue 91

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

Shades of Prussian Blue #053B5B

Tints of Prussian Blue #053B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 58.71%

R = 3.23%
G = 38.06%
B = 58.71%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#053B5B (or 0x053B5B) is known color: Prussian Blue. HEX triplet: 05, 3B and 5B. RGB value is (5,59,91). Sum of RGB (Red+Green+Blue) = 5+59+91=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #053B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B5B is #FAC4A4. Grayscale: #2E2E2E. Windows color (decimal): -16434341 or 5978885. OLE color: 5978885.

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

Color convert

RGB 5 59 91 -
CMYK 0.95 0.35 0 0.64
HSL 202.33º 0.9% 0.19% -
HSV(B) 202.33º 0.95% 0.36% -
XYZ 3.51 3.92 10.47 -
YUV 46.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 5 59 91 0.95 0.35 0 0.64 202.33 0.9 0.19
Hex 5 3B 5B 5F 23 0 40 CA 5A 13
Octal 5 73 133 137 43 0 100 312 132 23
Binary 101 111011 1011011 1011111 100011 0 1000000 11001010 1011010 10011

Color Harmonies of #053B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053B5B

Black with #053B5B

Text Example


Text Example

White with #053B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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