Html Css Color HEX #053C5C Prussian Blue

📋 copy color: '#053C5C'

red 5 ◦ green 60 ◦ blue 92

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

Shades of Prussian Blue #053C5C

Tints of Prussian Blue #053C5C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.22%

 BLUE value IS 92 (36.33% from 255) = 58.6%

R = 3.18%
G = 38.22%
B = 58.6%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#053C5C (or 0x053C5C) is known color: Prussian Blue. HEX triplet: 05, 3C and 5C. RGB value is (5,60,92). Sum of RGB (Red+Green+Blue) = 5+60+92=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #053C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C5C is #FAC3A3. Grayscale: #2F2F2F. Windows color (decimal): -16434084 or 6044677. OLE color: 6044677.

HSL color Cylindrical-coordinate representation of color #053C5C: hue angle of 202.07º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053C5C is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 60 92 -
CMYK 0.95 0.35 0 0.64
HSL 202.07º 0.9% 0.19% -
HSV(B) 202.07º 0.95% 0.36% -
XYZ 3.61 4.04 10.71 -
YUV 47.2 153.28 97.9 -
System Red Green Blue C M Y K H S L
Decimal 5 60 92 0.95 0.35 0 0.64 202.07 0.9 0.19
Hex 5 3C 5C 5F 23 0 40 CA 5A 13
Octal 5 74 134 137 43 0 100 312 132 23
Binary 101 111100 1011100 1011111 100011 0 1000000 11001010 1011010 10011

Color Harmonies of #053C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053C5C

Black with #053C5C

Text Example


Text Example

White with #053C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,60,92); }

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

background-color css

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

 a { background-color: rgb(5,60,92); }

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

border-color css

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

 span { border-color: rgb(5,60,92); }

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