#05171E

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

Shades of Black Pearl #05171E

Tints of Black Pearl #05171E

Color information

#05171E (or 0x05171E) is unknown color: approx Black Pearl. HEX triplet: 05, 17 and 1E. RGB value is (5,23,30). Sum of RGB (Red+Green+Blue) = 5+23+30=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 30 (12.11% from 255 or 51.72% from 58); Max value from RGB is 30 - color contains mainly: blue. Hex color #05171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05171E is #FAE8E1. Grayscale: #121212. Windows color (decimal): -16443618 or 1971973. OLE color: 1971973.

HSL color Cylindrical-coordinate representation of color #05171E: hue angle of 196.8º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05171E is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB52330-
CMYK0.830.2300.88
HSL196.8º71.43%6.86%-
HSV(B)196.8º83.33%11.76%-
XYZ0.60.741.34-
YUV18.42134.54118.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.62%
GREEN value IS 23 (9.38% from 255) = 39.66%
BLUE value IS 30 (12.11% from 255) = 51.72%
R=8.62%
G=39.66%
B=51.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal523300.830.2300.88196.871.436.86
Hex5171E5317058c5477
Octal527361232701303051077
Binary101101111111010100111011101011000110001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05171E; }

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

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

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

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

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

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

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

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