Html Css Color HEX #053E6C Prussian Blue

📋 copy color: '#053E6C'

red 5 ◦ green 62 ◦ blue 108

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

Shades of Prussian Blue #053E6C

Tints of Prussian Blue #053E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 61.71%

R = 2.86%
G = 35.43%
B = 61.71%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#053E6C (or 0x053E6C) is known color: Prussian Blue. HEX triplet: 05, 3E and 6C. RGB value is (5,62,108). Sum of RGB (Red+Green+Blue) = 5+62+108=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #053E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E6C is #FAC193. Grayscale: #313131. Windows color (decimal): -16433556 or 7093765. OLE color: 7093765.

HSL color Cylindrical-coordinate representation of color #053E6C: hue angle of 206.8º 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 #053E6C is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 62 108 -
CMYK 0.95 0.43 0 0.58
HSL 206.8º 0.91% 0.22% -
HSV(B) 206.8º 0.95% 0.42% -
XYZ 4.49 4.56 14.83 -
YUV 50.2 160.62 95.76 -
System Red Green Blue C M Y K H S L
Decimal 5 62 108 0.95 0.43 0 0.58 206.8 0.91 0.22
Hex 5 3E 6C 5F 2B 0 3A CF 5B 16
Octal 5 76 154 137 53 0 72 317 133 26
Binary 101 111110 1101100 1011111 101011 0 111010 11001111 1011011 10110

Color Harmonies of #053E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E6C

Black with #053E6C

Text Example


Text Example

White with #053E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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