Html Css Color HEX #053658 Prussian Blue

📋 copy color: '#053658'

red 5 ◦ green 54 ◦ blue 88

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

Shades of Prussian Blue #053658

Tints of Prussian Blue #053658

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.73%

 BLUE value IS 88 (34.77% from 255) = 59.86%

R = 3.4%
G = 36.73%
B = 59.86%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#053658 (or 0x053658) is known color: Prussian Blue. HEX triplet: 05, 36 and 58. RGB value is (5,54,88). Sum of RGB (Red+Green+Blue) = 5+54+88=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #053658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053658 is #FAC9A7. Grayscale: #2B2B2B. Windows color (decimal): -16435624 or 5780997. OLE color: 5780997.

HSL color Cylindrical-coordinate representation of color #053658: hue angle of 204.58º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053658 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 54 88 -
CMYK 0.94 0.39 0 0.65
HSL 204.58º 0.89% 0.18% -
HSV(B) 204.58º 0.94% 0.35% -
XYZ 3.14 3.38 9.72 -
YUV 43.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 5 54 88 0.94 0.39 0 0.65 204.58 0.89 0.18
Hex 5 36 58 5E 27 0 41 CD 59 12
Octal 5 66 130 136 47 0 101 315 131 22
Binary 101 110110 1011000 1011110 100111 0 1000001 11001101 1011001 10010

Color Harmonies of #053658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053658

Black with #053658

Text Example


Text Example

White with #053658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053658; }

 p { color: rgb(5,54,88); }

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

background-color css

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

 a { background-color: rgb(5,54,88); }

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

border-color css

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

 span { border-color: rgb(5,54,88); }

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