Html Css Color HEX #052685 Smalt

📋 copy color: '#052685'

red 5 ◦ green 38 ◦ blue 133

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

Shades of Smalt #052685

Tints of Smalt #052685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.59%

 BLUE value IS 133 (52.34% from 255) = 75.57%

R = 2.84%
G = 21.59%
B = 75.57%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#052685 (or 0x052685) is known color: Smalt. HEX triplet: 05, 26 and 85. RGB value is (5,38,133). Sum of RGB (Red+Green+Blue) = 5+38+133=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 133 (52.34% from 255 or 75.57% from 176); Max value from RGB is 133 - color contains mainly: blue. Hex color #052685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052685 is #FAD97A. Grayscale: #262626. Windows color (decimal): -16439675 or 8726021. OLE color: 8726021.

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

Color convert

RGB 5 38 133 -
CMYK 0.96 0.71 0 0.48
HSL 224.53º 0.93% 0.27% -
HSV(B) 224.53º 0.96% 0.52% -
XYZ 4.99 3.11 22.53 -
YUV 38.96 181.07 103.78 -
System Red Green Blue C M Y K H S L
Decimal 5 38 133 0.96 0.71 0 0.48 224.53 0.93 0.27
Hex 5 26 85 60 47 0 30 E1 5D 1B
Octal 5 46 205 140 107 0 60 341 135 33
Binary 101 100110 10000101 1100000 1000111 0 110000 11100001 1011101 11011

Color Harmonies of #052685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052685

Black with #052685

Text Example


Text Example

White with #052685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052685; }

 p { color: rgb(5,38,133); }

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

background-color css

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

 a { background-color: rgb(5,38,133); }

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

border-color css

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

 span { border-color: rgb(5,38,133); }

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