#052862

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

Shades of Sapphire #052862

Tints of Sapphire #052862

Color information

#052862 (or 0x052862) is unknown color: approx Sapphire. HEX triplet: 05, 28 and 62. RGB value is (5,40,98). Sum of RGB (Red+Green+Blue) = 5+40+98=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 98 (38.67% from 255 or 68.53% from 143); Max value from RGB is 98 - color contains mainly: blue. Hex color #052862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052862 is #FAD79D. Grayscale: #232323. Windows color (decimal): -16439198 or 6432773. OLE color: 6432773.

HSL color Cylindrical-coordinate representation of color #052862: hue angle of 217.42º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052862 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB54098-
CMYK0.950.5900.62
HSL217.42º90.29%20.2%-
HSV(B)217.42º94.9%38.43%-
XYZ3.032.4311.87-
YUV36.15162.9105.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 98 (38.67% from 255) = 68.53%
R=3.50%
G=27.97%
B=68.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal540980.950.5900.62217.4290.2920.2
Hex528625F3B03Ed95a14
Octal5501421377307633113224
Binary10110100011000101011111111011011111011011001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052862; }

 p { color: rgb(5,40,98); }

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

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

 a { background-color: rgb(5,40,98); }

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

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

 span { border-color: rgb(5,40,98); }

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