Html Css Color HEX #054362 Prussian Blue

📋 copy color: '#054362'

red 5 ◦ green 67 ◦ blue 98

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

Shades of Prussian Blue #054362

Tints of Prussian Blue #054362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.41%

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

R = 2.94%
G = 39.41%
B = 57.65%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#054362 (or 0x054362) is known color: Prussian Blue. HEX triplet: 05, 43 and 62. RGB value is (5,67,98). Sum of RGB (Red+Green+Blue) = 5+67+98=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #054362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054362 is #FABC9D. Grayscale: #333333. Windows color (decimal): -16432286 or 6439685. OLE color: 6439685.

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

Color convert

RGB 5 67 98 -
CMYK 0.95 0.32 0 0.62
HSL 200º 0.9% 0.2% -
HSV(B) 200º 0.95% 0.38% -
XYZ 4.27 4.93 12.28 -
YUV 52 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 5 67 98 0.95 0.32 0 0.62 200 0.9 0.2
Hex 5 43 62 5F 20 0 3E C8 5A 14
Octal 5 103 142 137 40 0 76 310 132 24
Binary 101 1000011 1100010 1011111 100000 0 111110 11001000 1011010 10100

Color Harmonies of #054362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054362

Black with #054362

Text Example


Text Example

White with #054362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054362; }

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

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

background-color css

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

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

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

border-color css

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

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

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