#052455

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

Shades of Sapphire #052455

Tints of Sapphire #052455

Color information

#052455 (or 0x052455) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 55. RGB value is (5,36,85). Sum of RGB (Red+Green+Blue) = 5+36+85=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 85 (33.59% from 255 or 67.46% from 126); Max value from RGB is 85 - color contains mainly: blue. Hex color #052455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052455 is #FADBAA. Grayscale: #202020. Windows color (decimal): -16440235 or 5579781. OLE color: 5579781.

HSL color Cylindrical-coordinate representation of color #052455: hue angle of 216.75º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052455 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB53685-
CMYK0.940.5800.67
HSL216.75º88.89%17.65%-
HSV(B)216.75º94.12%33.33%-
XYZ2.331.958.85-
YUV32.32157.73108.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 85 (33.59% from 255) = 67.46%
R=3.97%
G=28.57%
B=67.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal536850.940.5800.67216.7588.8917.65
Hex524555E3A043d95912
Octal54412513672010333113122
Binary101100100101010110111101110100100001111011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052455; }

 p { color: rgb(5,36,85); }

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

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

 a { background-color: rgb(5,36,85); }

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

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

 span { border-color: rgb(5,36,85); }

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