#05172F

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

Shades of Black Pearl #05172F

Tints of Black Pearl #05172F

Color information

#05172F (or 0x05172F) is unknown color: approx Black Pearl. HEX triplet: 05, 17 and 2F. RGB value is (5,23,47). Sum of RGB (Red+Green+Blue) = 5+23+47=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 47 (18.75% from 255 or 62.67% from 75); Max value from RGB is 47 - color contains mainly: blue. Hex color #05172F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05172F is #FAE8D0. Grayscale: #141414. Windows color (decimal): -16443601 or 3086085. OLE color: 3086085.

HSL color Cylindrical-coordinate representation of color #05172F: hue angle of 214.29º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05172F is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB52347-
CMYK0.890.5100.82
HSL214.29º80.77%10.2%-
HSV(B)214.29º89.36%18.43%-
XYZ0.880.852.81-
YUV20.35143.04117.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.67%
GREEN value IS 23 (9.38% from 255) = 30.67%
BLUE value IS 47 (18.75% from 255) = 62.67%
R=6.67%
G=30.67%
B=62.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal523470.890.5100.82214.2980.7710.2
Hex5172F5933052d651a
Octal5275713163012232612112
Binary101101111011111011001110011010100101101011010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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