#05172C

Color #05172C Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #05172C

Tints of Black Pearl #05172C

Color information

#05172C (or 0x05172C) is unknown color: approx Black Pearl. HEX triplet: 05, 17 and 2C. RGB value is (5,23,44). Sum of RGB (Red+Green+Blue) = 5+23+44=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 44 (17.58% from 255 or 61.11% from 72); Max value from RGB is 44 - color contains mainly: blue. Hex color #05172C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05172C is #FAE8D3. Grayscale: #131313. Windows color (decimal): -16443604 or 2889477. OLE color: 2889477.

HSL color Cylindrical-coordinate representation of color #05172C: hue angle of 212.31º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05172C is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB52344-
CMYK0.890.4800.83
HSL212.31º79.59%9.61%-
HSV(B)212.31º88.64%17.25%-
XYZ0.820.832.5-
YUV20.01141.54117.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 23 (9.38% from 255) = 31.94%
BLUE value IS 44 (17.58% from 255) = 61.11%
R=6.94%
G=31.94%
B=61.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal523440.890.4800.83212.3179.599.61
Hex5172C5930053d450a
Octal5275413160012332412012
Binary101101111011001011001110000010100111101010010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05172C; }

 p { color: rgb(5,23,44); }

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

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

 a { background-color: rgb(5,23,44); }

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

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

 span { border-color: rgb(5,23,44); }

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