Html Css Color HEX #053F6A Prussian Blue

📋 copy color: '#053F6A'

red 5 ◦ green 63 ◦ blue 106

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

Shades of Prussian Blue #053F6A

Tints of Prussian Blue #053F6A

RGB

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

 GREEN value IS 63 (25% from 255) = 36.21%

 BLUE value IS 106 (41.8% from 255) = 60.92%

R = 2.87%
G = 36.21%
B = 60.92%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#053F6A (or 0x053F6A) is known color: Prussian Blue. HEX triplet: 05, 3F and 6A. RGB value is (5,63,106). Sum of RGB (Red+Green+Blue) = 5+63+106=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 106 (41.80% from 255 or 60.92% from 174); Max value from RGB is 106 - color contains mainly: blue. Hex color #053F6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F6A is #FAC095. Grayscale: #323232. Windows color (decimal): -16433302 or 6962949. OLE color: 6962949.

HSL color Cylindrical-coordinate representation of color #053F6A: hue angle of 205.54º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053F6A is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 63 106 -
CMYK 0.95 0.41 0 0.58
HSL 205.54º 0.91% 0.22% -
HSV(B) 205.54º 0.95% 0.42% -
XYZ 4.44 4.63 14.29 -
YUV 50.56 159.28 95.5 -
System Red Green Blue C M Y K H S L
Decimal 5 63 106 0.95 0.41 0 0.58 205.54 0.91 0.22
Hex 5 3F 6A 5F 29 0 3A CE 5B 16
Octal 5 77 152 137 51 0 72 316 133 26
Binary 101 111111 1101010 1011111 101001 0 111010 11001110 1011011 10110

Color Harmonies of #053F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053F6A

Black with #053F6A

Text Example


Text Example

White with #053F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,63,106); }

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

background-color css

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

 a { background-color: rgb(5,63,106); }

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

border-color css

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

 span { border-color: rgb(5,63,106); }

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