#052560

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

Shades of Sapphire #052560

Tints of Sapphire #052560

Color information

#052560 (or 0x052560) is unknown color: approx Sapphire. HEX triplet: 05, 25 and 60. RGB value is (5,37,96). Sum of RGB (Red+Green+Blue) = 5+37+96=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #052560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052560 is #FADA9F. Grayscale: #212121. Windows color (decimal): -16439968 or 6300933. OLE color: 6300933.

HSL color Cylindrical-coordinate representation of color #052560: hue angle of 218.9º 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 #052560 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB53796-
CMYK0.950.6100.62
HSL218.9º90.1%19.8%-
HSV(B)218.9º94.79%37.65%-
XYZ2.842.211.34-
YUV34.16162.9107.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 96 (37.89% from 255) = 69.57%
R=3.62%
G=26.81%
B=69.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal537960.950.6100.62218.990.119.8
Hex525605F3D03Edb5a14
Octal5451401377507633313224
Binary10110010111000001011111111101011111011011011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052560; }

 p { color: rgb(5,37,96); }

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

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

 a { background-color: rgb(5,37,96); }

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

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

 span { border-color: rgb(5,37,96); }

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