Html Css Color HEX #053E63 Prussian Blue

📋 copy color: '#053E63'

red 5 ◦ green 62 ◦ blue 99

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

Shades of Prussian Blue #053E63

Tints of Prussian Blue #053E63

RGB

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

 GREEN value IS 62 (24.61% from 255) = 37.35%

 BLUE value IS 99 (39.06% from 255) = 59.64%

R = 3.01%
G = 37.35%
B = 59.64%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#053E63 (or 0x053E63) is known color: Prussian Blue. HEX triplet: 05, 3E and 63. RGB value is (5,62,99). Sum of RGB (Red+Green+Blue) = 5+62+99=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #053E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E63 is #FAC19C. Grayscale: #303030. Windows color (decimal): -16433565 or 6503941. OLE color: 6503941.

HSL color Cylindrical-coordinate representation of color #053E63: hue angle of 203.62º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053E63 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 62 99 -
CMYK 0.95 0.37 0 0.61
HSL 203.62º 0.9% 0.2% -
HSV(B) 203.62º 0.95% 0.39% -
XYZ 4.04 4.38 12.44 -
YUV 49.18 156.12 96.49 -
System Red Green Blue C M Y K H S L
Decimal 5 62 99 0.95 0.37 0 0.61 203.62 0.9 0.2
Hex 5 3E 63 5F 25 0 3D CC 5A 14
Octal 5 76 143 137 45 0 75 314 132 24
Binary 101 111110 1100011 1011111 100101 0 111101 11001100 1011010 10100

Color Harmonies of #053E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E63

Black with #053E63

Text Example


Text Example

White with #053E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,62,99); }

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

background-color css

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

 a { background-color: rgb(5,62,99); }

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

border-color css

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

 span { border-color: rgb(5,62,99); }

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