Html Css Color HEX #053383 Smalt

📋 copy color: '#053383'

red 5 ◦ green 51 ◦ blue 131

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

Shades of Smalt #053383

Tints of Smalt #053383

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

 BLUE value IS 131 (51.56% from 255) = 70.05%

R = 2.67%
G = 27.27%
B = 70.05%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#053383 (or 0x053383) is known color: Smalt. HEX triplet: 05, 33 and 83. RGB value is (5,51,131). Sum of RGB (Red+Green+Blue) = 5+51+131=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 131 (51.56% from 255 or 70.05% from 187); Max value from RGB is 131 - color contains mainly: blue. Hex color #053383 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053383 is #FACC7C. Grayscale: #2E2E2E. Windows color (decimal): -16436349 or 8598277. OLE color: 8598277.

HSL color Cylindrical-coordinate representation of color #053383: hue angle of 218.1º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053383 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 51 131 -
CMYK 0.96 0.61 0 0.49
HSL 218.1º 0.93% 0.27% -
HSV(B) 218.1º 0.96% 0.51% -
XYZ 5.34 4.04 21.97 -
YUV 46.37 175.76 98.5 -
System Red Green Blue C M Y K H S L
Decimal 5 51 131 0.96 0.61 0 0.49 218.1 0.93 0.27
Hex 5 33 83 60 3D 0 31 DA 5D 1B
Octal 5 63 203 140 75 0 61 332 135 33
Binary 101 110011 10000011 1100000 111101 0 110001 11011010 1011101 11011

Color Harmonies of #053383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053383

Black with #053383

Text Example


Text Example

White with #053383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053383; }

 p { color: rgb(5,51,131); }

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

background-color css

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

 a { background-color: rgb(5,51,131); }

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

border-color css

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

 span { border-color: rgb(5,51,131); }

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