Html Css Color HEX #05329C Smalt

📋 copy color: '#05329C'

red 5 ◦ green 50 ◦ blue 156

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

Shades of Smalt #05329C

Tints of Smalt #05329C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.7%

 BLUE value IS 156 (61.33% from 255) = 73.93%

R = 2.37%
G = 23.7%
B = 73.93%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05329C (or 0x05329C) is known color: Smalt. HEX triplet: 05, 32 and 9C. RGB value is (5,50,156). Sum of RGB (Red+Green+Blue) = 5+50+156=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #05329C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05329C is #FACD63. Grayscale: #303030. Windows color (decimal): -16436580 or 10236421. OLE color: 10236421.

HSL color Cylindrical-coordinate representation of color #05329C: hue angle of 222.12º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05329C is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 50 156 -
CMYK 0.97 0.68 0 0.39
HSL 222.12º 0.94% 0.32% -
HSV(B) 222.12º 0.97% 0.61% -
XYZ 7.2 4.71 31.98 -
YUV 48.63 188.59 96.88 -
System Red Green Blue C M Y K H S L
Decimal 5 50 156 0.97 0.68 0 0.39 222.12 0.94 0.32
Hex 5 32 9C 61 44 0 27 DE 5E 20
Octal 5 62 234 141 104 0 47 336 136 40
Binary 101 110010 10011100 1100001 1000100 0 100111 11011110 1011110 100000

Color Harmonies of #05329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05329C

Black with #05329C

Text Example


Text Example

White with #05329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05329C; }

 p { color: rgb(5,50,156); }

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

background-color css

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

 a { background-color: rgb(5,50,156); }

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

border-color css

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

 span { border-color: rgb(5,50,156); }

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