Html Css Color HEX #053D62 Prussian Blue

📋 copy color: '#053D62'

red 5 ◦ green 61 ◦ blue 98

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

Shades of Prussian Blue #053D62

Tints of Prussian Blue #053D62

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.2%

 BLUE value IS 98 (38.67% from 255) = 59.76%

R = 3.05%
G = 37.2%
B = 59.76%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#053D62 (or 0x053D62) is known color: Prussian Blue. HEX triplet: 05, 3D and 62. RGB value is (5,61,98). Sum of RGB (Red+Green+Blue) = 5+61+98=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #053D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D62 is #FAC29D. Grayscale: #303030. Windows color (decimal): -16433822 or 6438149. OLE color: 6438149.

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

Color convert

RGB 5 61 98 -
CMYK 0.95 0.38 0 0.62
HSL 203.87º 0.9% 0.2% -
HSV(B) 203.87º 0.95% 0.38% -
XYZ 3.94 4.25 12.17 -
YUV 48.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 5 61 98 0.95 0.38 0 0.62 203.87 0.9 0.2
Hex 5 3D 62 5F 26 0 3E CC 5A 14
Octal 5 75 142 137 46 0 76 314 132 24
Binary 101 111101 1100010 1011111 100110 0 111110 11001100 1011010 10100

Color Harmonies of #053D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D62

Black with #053D62

Text Example


Text Example

White with #053D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,61,98); }

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

background-color css

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

 a { background-color: rgb(5,61,98); }

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

border-color css

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

 span { border-color: rgb(5,61,98); }

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