#083588

Color #083588 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #083588

Tints of Smalt #083588

Color information

#083588 (or 0x083588) is unknown color: approx Smalt. HEX triplet: 08, 35 and 88. RGB value is (8,53,136). Sum of RGB (Red+Green+Blue) = 8+53+136=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 136 (53.52% from 255 or 69.04% from 197); Max value from RGB is 136 - color contains mainly: blue. Hex color #083588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083588 is #F7CA77. Grayscale: #303030. Windows color (decimal): -16239224 or 8926472. OLE color: 8926472.

HSL color Cylindrical-coordinate representation of color #083588: hue angle of 218.91º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083588 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB853136-
CMYK0.940.6100.47
HSL218.91º88.89%28.24%-
HSV(B)218.91º94.12%53.33%-
XYZ5.824.3823.83-
YUV49.01177.0998.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.06%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 136 (53.52% from 255) = 69.04%
R=4.06%
G=26.90%
B=69.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8531360.940.6100.47218.9188.8928.24
Hex835885E3D02Fdb591c
Octal10652101367505733313134
Binary1000110101100010001011110111101010111111011011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083588; }

 p { color: rgb(8,53,136); }

 H1.HeaderClassName
 {
   color: #083588;
 }
 .AnyTagClassName
 {
   color: #083588;
 }
</style>
background-color css

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

 a { background-color: rgb(8,53,136); }

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

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

 span { border-color: rgb(8,53,136); }

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