Html Css Color HEX #053E67 Prussian Blue

📋 copy color: '#053E67'

red 5 ◦ green 62 ◦ blue 103

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

Shades of Prussian Blue #053E67

Tints of Prussian Blue #053E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 60.59%

R = 2.94%
G = 36.47%
B = 60.59%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#053E67 (or 0x053E67) is known color: Prussian Blue. HEX triplet: 05, 3E and 67. RGB value is (5,62,103). Sum of RGB (Red+Green+Blue) = 5+62+103=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #053E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E67 is #FAC198. Grayscale: #313131. Windows color (decimal): -16433561 or 6766085. OLE color: 6766085.

HSL color Cylindrical-coordinate representation of color #053E67: hue angle of 205.1º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053E67 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 62 103 -
CMYK 0.95 0.40 0 0.60
HSL 205.1º 0.91% 0.21% -
HSV(B) 205.1º 0.95% 0.4% -
XYZ 4.23 4.46 13.47 -
YUV 49.63 158.12 96.17 -
System Red Green Blue C M Y K H S L
Decimal 5 62 103 0.95 0.40 0 0.60 205.1 0.91 0.21
Hex 5 3E 67 5F 28 0 3C CD 5B 15
Octal 5 76 147 137 50 0 74 315 133 25
Binary 101 111110 1100111 1011111 101000 0 111100 11001101 1011011 10101

Color Harmonies of #053E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E67

Black with #053E67

Text Example


Text Example

White with #053E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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