#052254

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

Shades of Sapphire #052254

Tints of Sapphire #052254

Color information

#052254 (or 0x052254) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 54. RGB value is (5,34,84). Sum of RGB (Red+Green+Blue) = 5+34+84=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 84 (33.20% from 255 or 68.29% from 123); Max value from RGB is 84 - color contains mainly: blue. Hex color #052254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052254 is #FADDAB. Grayscale: #1E1E1E. Windows color (decimal): -16440748 or 5513733. OLE color: 5513733.

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

Color convert

RGB53484-
CMYK0.940.6000.67
HSL217.97º88.76%17.45%-
HSV(B)217.97º94.05%32.94%-
XYZ2.231.828.62-
YUV31.03157.89109.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 84 (33.20% from 255) = 68.29%
R=4.07%
G=27.64%
B=68.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal534840.940.6000.67217.9788.7617.45
Hex522545E3C043da5911
Octal54212413674010333213121
Binary101100010101010010111101111000100001111011010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052254; }

 p { color: rgb(5,34,84); }

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

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

 a { background-color: rgb(5,34,84); }

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

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

 span { border-color: rgb(5,34,84); }

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