Html Css Color HEX #052583 Smalt

📋 copy color: '#052583'

red 5 ◦ green 37 ◦ blue 131

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

Shades of Smalt #052583

Tints of Smalt #052583

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.39%

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

R = 2.89%
G = 21.39%
B = 75.72%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#052583 (or 0x052583) is known color: Smalt. HEX triplet: 05, 25 and 83. RGB value is (5,37,131). Sum of RGB (Red+Green+Blue) = 5+37+131=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 131 (51.56% from 255 or 75.72% from 173); Max value from RGB is 131 - color contains mainly: blue. Hex color #052583 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052583 is #FADA7C. Grayscale: #252525. Windows color (decimal): -16439933 or 8594693. OLE color: 8594693.

HSL color Cylindrical-coordinate representation of color #052583: hue angle of 224.76º 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 #052583 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 37 131 -
CMYK 0.96 0.72 0 0.49
HSL 224.76º 0.93% 0.27% -
HSV(B) 224.76º 0.96% 0.51% -
XYZ 4.82 2.99 21.8 -
YUV 38.15 180.4 104.36 -
System Red Green Blue C M Y K H S L
Decimal 5 37 131 0.96 0.72 0 0.49 224.76 0.93 0.27
Hex 5 25 83 60 48 0 31 E1 5D 1B
Octal 5 45 203 140 110 0 61 341 135 33
Binary 101 100101 10000011 1100000 1001000 0 110001 11100001 1011101 11011

Color Harmonies of #052583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052583

Black with #052583

Text Example


Text Example

White with #052583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052583; }

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

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

background-color css

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

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

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

border-color css

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

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

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