Html Css Color HEX #05359C Smalt

📋 copy color: '#05359C'

red 5 ◦ green 53 ◦ blue 156

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

Shades of Smalt #05359C

Tints of Smalt #05359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.77%

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

R = 2.34%
G = 24.77%
B = 72.9%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05359C (or 0x05359C) is known color: Smalt. HEX triplet: 05, 35 and 9C. RGB value is (5,53,156). Sum of RGB (Red+Green+Blue) = 5+53+156=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 156 (61.33% from 255 or 72.90% from 214); Max value from RGB is 156 - color contains mainly: blue. Hex color #05359C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05359C is #FACA63. Grayscale: #313131. Windows color (decimal): -16435812 or 10237189. OLE color: 10237189.

HSL color Cylindrical-coordinate representation of color #05359C: hue angle of 220.93º 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 #05359C is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 53 156 -
CMYK 0.97 0.66 0 0.39
HSL 220.93º 0.94% 0.32% -
HSV(B) 220.93º 0.97% 0.61% -
XYZ 7.34 4.98 32.03 -
YUV 50.39 187.6 95.62 -
System Red Green Blue C M Y K H S L
Decimal 5 53 156 0.97 0.66 0 0.39 220.93 0.94 0.32
Hex 5 35 9C 61 42 0 27 DD 5E 20
Octal 5 65 234 141 102 0 47 335 136 40
Binary 101 110101 10011100 1100001 1000010 0 100111 11011101 1011110 100000

Color Harmonies of #05359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05359C

Black with #05359C

Text Example


Text Example

White with #05359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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