#172055

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

Shades of Lucky Point #172055

Tints of Lucky Point #172055

Color information

#172055 (or 0x172055) is unknown color: approx Lucky Point. HEX triplet: 17, 20 and 55. RGB value is (23,32,85). Sum of RGB (Red+Green+Blue) = 23+32+85=140 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.43% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #172055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172055 is #E8DFAA. Grayscale: #232323. Windows color (decimal): -15261611 or 5578775. OLE color: 5578775.

HSL color Cylindrical-coordinate representation of color #172055: hue angle of 231.29º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #172055 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB233285-
CMYK0.730.6200.67
HSL231.29º57.41%21.18%-
HSV(B)231.29º72.94%33.33%-
XYZ2.511.878.82-
YUV35.35156.02119.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.43%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 85 (33.59% from 255) = 60.71%
R=16.43%
G=22.86%
B=60.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2332850.730.6200.67231.2957.4121.18
Hex172055493E043e73915
Octal27401251117601033477125
Binary1011110000010101011001001111110010000111110011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172055; }

 p { color: rgb(23,32,85); }

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

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

 a { background-color: rgb(23,32,85); }

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

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

 span { border-color: rgb(23,32,85); }

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