#082553

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

Shades of Sapphire #082553

Tints of Sapphire #082553

Color information

#082553 (or 0x082553) is unknown color: approx Sapphire. HEX triplet: 08, 25 and 53. RGB value is (8,37,83). Sum of RGB (Red+Green+Blue) = 8+37+83=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #082553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082553 is #F7DAAC. Grayscale: #212121. Windows color (decimal): -16243373 or 5448968. OLE color: 5448968.

HSL color Cylindrical-coordinate representation of color #082553: hue angle of 216.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082553 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB83783-
CMYK0.900.5500.67
HSL216.8º82.42%17.84%-
HSV(B)216.8º90.36%32.55%-
XYZ2.3228.45-
YUV33.57155.89109.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.25%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 83 (32.81% from 255) = 64.84%
R=6.25%
G=28.91%
B=64.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal837830.900.5500.67216.882.4217.84
Hex825535A37043d95212
Octal104512313267010333112222
Binary1000100101101001110110101101110100001111011001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082553; }

 p { color: rgb(8,37,83); }

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

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

 a { background-color: rgb(8,37,83); }

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

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

 span { border-color: rgb(8,37,83); }

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